mirror of
https://github.com/technik-gegg/SMuFF-1.1.git
synced 2026-02-20 01:41:28 +01:00
29 lines
500 B
INI
29 lines
500 B
INI
# editorconfig.org
|
|
root = true
|
|
|
|
[{*.patch,syntax_test_*}]
|
|
trim_trailing_whitespace = false
|
|
|
|
[{*.c,*.cpp,*.h}, *.gcode]
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
end_of_line = lf
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[{*.CFG.json, *.CFG}]
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
end_of_line = crlf
|
|
indent_style = tab
|
|
indent_size = 2
|
|
|
|
[*.mnu, *.opt]
|
|
charset = utf-8
|
|
end_of_line = crlf
|
|
indent_style = tab
|
|
tab_width = 8
|
|
indent_size = 8
|