UNPKG

218 BPlain TextView Raw
1# http://editorconfig.org
2root = true
3
4[*]
5indent_style = tab
6indent_size = 4
7end_of_line = lf
8charset = utf-8
9trim_trailing_whitespace = true
10insert_final_newline = true
11
12[*.json]
13indent_style = space
14indent_size = 2