UNPKG

222 BPlain TextView Raw
1# editorconfig.org
2root = true
3
4[*]
5charset = utf-8
6indent_style = space
7end_of_line = lf
8trim_trailing_whitespace = true
9insert_final_newline = true
10
11[*.{js,json}]
12indent_size = 2
13
14[*.md]
15trim_trailing_whitespace = false