UNPKG

252 BPlain TextView Raw
1# EditorConfig is awesome: http://EditorConfig.org
2
3root = true
4
5[*]
6end_of_line = lf
7trim_trailing_whitespace = true
8insert_final_newline = true
9
10[*.ts]
11indent_style = space
12indent_size = 4
13
14[{*.json,.travis.yml}]
15indent_style = space
16indent_size = 2