spaceapid/.editorconfig

9 lines
120 B
INI

root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = true
[*.json]
indent_style = tab
tab_width = 4