UNPKG

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