7dd4c77c19
See https://editorconfig.org/ for more information.
14 lines
212 B
INI
14 lines
212 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
end_of_line = lf
|
|
|
|
[*.{c,cpp,h,hh,py,ts,js,java,m}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[Makefile]
|
|
indent_style = tab
|