UNPKG

358 BPlain TextView Raw
1root = true
2
3[*]
4indent_style = space
5indent_size = 2
6tab_width = 2
7end_of_line = lf
8charset = utf-8
9trim_trailing_whitespace = true
10insert_final_newline = true
11max_line_length = 80
12spaces_around_operators = true
13spaces_around_brackets = true
14indent_brace_style = 1tbs
15continuation_indent_size = 2
16curly_bracket_next_line = false
17
18[*.js]
19quote_type = single