UNPKG

387 BPlain TextView Raw
1
2# EditorConfig defines and maintains consistent coding styles between different
3# editors and IDEs: http://EditorConfig.org/
4# Top-most EditorConfig file
5root = true
6
7# All files
8[*.*]
9charset = utf-8
10end_of_line = lf
11insert_final_newline = true
12indent_style = space
13indent_size = 4
14trim_trailing_whitespace = true
15max_line_length = 80
16
17[*.md]
18indent_size = 2
19
20[*.json]
21indent_size = 2