Files
SMuFF-1.1/.editorconfig
2021-02-25 08:14:04 +01:00

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