Create .editorconfig

This commit is contained in:
ButterscotchVanilla
2021-08-10 10:38:58 -04:00
parent 52f59fbfb3
commit fb9ae3e78c

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
# This file is for unifying the coding style for different editors and IDEs
# See editorconfig.org
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true