(misc) Add a .editorconfig

This commit is contained in:
KingRainbow44 2023-11-26 00:48:02 -05:00
parent 96810c7c6e
commit 43ca56f8e6
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 4
trim_trailing_whitespace = true
[{*.json,*.xml,*.yml,*.html}]
indent_size = 2