UNPKG

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