UNPKG

204 BPlain TextView Raw
1root = true
2
3[*]
4end_of_line = lf
5insert_final_newline = true
6charset = utf-8
7indent_size = 4
8trim_trailing_whitespace = true
9
10[*.json]
11indent_style = space
12indent_size = 2
13
14[*.{js}]
15indent_style = space