UNPKG

520 BPlain TextView Raw
1# This file is automatically generated by a `metapak`
2# module. Do not change it elsewhere, changes would
3# be overridden.
4
5# EditorConfig is awesome: http://EditorConfig.org
6
7# top-most EditorConfig file
8root = true
9
10# Unix-style newlines with a newline ending every file
11[*]
12end_of_line = lf
13insert_final_newline = true
14
15# Matches multiple files with brace expansion notation
16# Set default charset
17# 2 space indentation
18[*.{js,css}]
19charset = utf-8
20indent_style = space
21trim_trailing_whitespace = true
22indent_size = 2