main
text 13 lines 281 Bytes
Raw
1 # EditorConfig is awesome: http://EditorConfig.org
2
3 # top-most EditorConfig file
4 root = true
5
6 # Unix-style newlines with a newline ending every file
7 [*]
8 indent_style = tab
9 indent_size = 4
10 trim_trailing_whitespace = true
11 insert_final_newline = true
12 charset = utf-8
13 end_of_line = lf