Files
commandergenius/.editorconfig
Miguel Horta 71411d22d5 Fix indentation
Add .editorconfig to easily enforce indentation rules
2022-04-17 14:43:04 +01:00

8 lines
112 B
INI

root = true
[*]
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
charset = utf-8