UNPKG

386 BPlain TextView Raw
1# This is the root file
2root = true
3
4# All files
5[*]
6charset = utf-8
7end_of_line = lf
8indent_size = 2
9indent_style = space
10insert_final_newline = true
11trim_trailing_whitespace = true
12
13# JS
14[{*.js}]
15quote_type = single
16curly_bracket_next_line = false
17spaces_around_operators = true
18space_after_control_statements = true
19space_after_anonymous_functions = false
20spaces_in_brackets = false