Create .editorconfig

Help keep code formatting consistent
This commit is contained in:
Christian Oliff 2022-04-30 01:41:07 +09:00 committed by James Long
parent 753fd380c7
commit 58494fe174

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
# https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true