UNPKG

374 BPlain TextView Raw
1# EditorConfig helps developers define and maintain consistent
2# coding styles between different editors and IDEs.
3# editorconfig.org
4
5root = true
6
7[*]
8charset = utf-8
9end_of_line = lf
10indent_size = 4
11indent_style = tab
12insert_final_newline = true
13trim_trailing_whitespace = true
14
15[package.json]
16indent_style = space
17indent_size = 2
18
19[*.md]
20trim_trailing_whitespace = false