UNPKG

229 BPlain TextView Raw
1# EditorConfig is awesome: http://EditorConfig.org
2
3# top-most EditorConfig file
4root = true
5
6[*]
7charset = utf-8
8indent_style = space
9indent_size = 2
10end_of_line = lf
11insert_final_newline = true
12trim_trailing_whitespace = false