UNPKG

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