UNPKG

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