simstr/.editorconfig

10 lines
174 B
INI
Raw Normal View History

2025-04-05 14:21:11 +00:00
root = true
[*.{as,cpp,h,hpp,inl,txt}]
charset = utf-8-bom
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true