Files
maddy/.editorconfig
fox.cpp c90c9cc4a9 Add .editorconfig
As a portable way to ensure *.scd files will always use tabs.
2019-11-15 21:08:06 +03:00

11 lines
143 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{scd,go}]
indent_style = tab
indent_size = 4