UNPKG

275 BPlain TextView Raw
1root = true
2
3[*, *.json, *.js]
4charset = utf-8
5end_of_line = lf
6insert_final_newline = true
7indent_style = space
8indent_size = 2
9
10[*.md, !test/*md]
11charset = utf-8
12end_of_line = lf
13insert_final_newline = true
14trim_trailing_whitespace = true
15indent_style = tab
16indent_size = 4
\No newline at end of file