UNPKG

235 BPlain TextView Raw
1# EditorConfig
2
3root = true
4
5[*]
6end_of_line = lf
7insert_final_newline = true
8charset = utf-8
9trim_trailing_whitespace = true
10indent_style = space
11indent_size = 2
12
13[Makefile]
14indent_style = tab
15
16[*.md]
17trim_trailing_whitespace = false