isle/.editorconfig

7 lines
147 B
INI
Raw Normal View History

2023-06-28 11:15:42 -04:00
root = true
[*.{cpp,h,py,txt,editorconfig}]
2023-06-25 05:23:47 -04:00
indent_style = space
2023-06-28 11:15:42 -04:00
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true