UNPKG

191 BPlain TextView Raw
1# editorconfig.org
2
3root = true
4
5[*]
6charset = utf-8
7indent_size = 2
8indent_style = space
9insert_final_newline = true
10trim_trailing_whitespace = true
11
12[*.md]
13trim_trailing_whitespace = false