UNPKG

421 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[*]
8
9# We recommend you to keep these unchanged.
10charset = utf-8
11end_of_line = lf
12indent_size = 2
13indent_style = space
14insert_final_newline = true
15trim_trailing_whitespace = true
16
17[package.json]
18indent_style = space
19indent_size = 2
20
21[*.md]
22trim_trailing_whitespace = false