Files
nova-engine/.editorconfig
2025-10-31 22:39:00 +10:00

16 lines
273 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true
[*.{c,cpp,h,hpp}]
clang-format-style = file