UNPKG

192 BPlain TextView Raw
1# http://EditorConfig.org
2
3root = true
4
5[*]
6charset = utf-8
7end_of_line = lf
8insert_final_newline = true
9trim_trailing_whitespace = true
10indent_style = space
11
12[*.{js,json,md}]
13indent_size = 2