blob: 0d448636d9571fc9e6e48c8850e8449a24b4099d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.{c,h,cpp}]
indent_style = spaces
indent_size = 4
[*.lua]
indent_style = spaces
indent_size = 2
|