townengine/.editorconfig

16 lines
217 B
INI
Raw Normal View History

2024-11-05 13:51:48 +00:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
[*.{c,h,py}]
2024-11-05 13:51:48 +00:00
indent_style = space
indent_size = 4
[CMakeListst.txt]
indent_style = space
indent_size = 8