UNPKG

268 BPlain TextView Raw
1# http://editorconfig.org
2root = true
3
4[*]
5indent_style = space
6indent_size = 4
7end_of_line = lf
8charset = utf-8
9trim_trailing_whitespace = true
10insert_final_newline = true
11
12[*.coffee]
13indent_size = 2
14
15[*.json]
16indent_size = 2
17
18[*.md]
19trim_trailing_whitespace = false