UNPKG

378 BPlain TextView Raw
1[*.js]
2indent_style = space
3indent_size = 2
4continuation_indent_size = 2
5insert_final_newline = true
6quote_type = single
7space_after_anonymous_functions = true
8space_after_control_statements = true
9spaces_around_operators = true
10trim_trailing_whitespace = true
11spaces_in_brackets = false
12curly_bracket_next_line = true
13indent_brace_style = 1TBS
14end_of_line = lf
15charset = utf-8