furnace/.editorconfig

8 lines
122 B
INI
Raw Normal View History

2024-12-19 19:11:01 +00:00
root = true
[*.{cpp,h}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true