UNPKG

307 BPlain TextView Raw
1# EditorConfig is awesome: http://EditorConfig.org
2
3root = true
4
5[*]
6end_of_line = lf
7insert_final_newline = true
8trim_trailing_whitespace = true
9charset = utf-8
10indent_style = space
11indent_size = 2
12max_line_length = 100
13
14# trailing spaces in markdown indicate word wrap
15[*.md]
16trim_trailing_spaces = false