UNPKG

364 BPlain TextView Raw
1# http://editorconfig.org
2
3root = true
4
5[*]
6indent_style = space
7indent_size = 2
8end_of_line = lf
9charset = utf-8
10trim_trailing_whitespace = true
11insert_final_newline = true
12max_line_length = 80
13indent_brace_style = 1TBS
14spaces_around_operators = true
15quote_type = auto
16
17[package.json]
18indent_style = space
19indent_size = 2
20
21[*.md]
22trim_trailing_whitespace = false