UNPKG

465 BPlain TextView Raw
1# EditorConfig helps developers define and maintain consistent
2# coding styles between different editors and IDEs
3# http://editorconfig.org
4
5root = true
6
7[*]
8# Change these settings to your own preference
9indent_style = space
10indent_size = 2
11
12# We recommend you to keep these unchanged
13end_of_line = lf
14charset = utf-8
15trim_trailing_whitespace = true
16insert_final_newline = true
17
18[*.md]
19trim_trailing_whitespace = false
20
21[{package.json,bower.json}]
22indent_size = 2