UNPKG

216 BPlain TextView Raw
1root = true
2
3[*]
4end_of_line = lf
5insert_final_newline = true
6
7[*.js]
8indent_style = tab
9indent_size = 4
10trim_trailing_whitespace = true
11curly_bracket_next_line = true
12indent_brace_style = Allman
13quote_type = single