UNPKG

318 BPlain TextView Raw
1root = true
2
3[*]
4indent_style = tab
5indent_size = 4
6
7end_of_line = lf
8charset = utf-8
9trim_trailing_whitespace = true
10insert_final_newline = true
11
12[*.md]
13trim_trailing_whitespace = false
14
15[{package,bower}.json]
16indent_style = tab
17indent_size = 4
18
19[gulpfile.js]
20indent_style = tab
21indent_size = 4
22braces_style = expand