Added .editorconfig

This commit is contained in:
Sun Knudsen 2022-03-02 07:05:27 -05:00
parent 4db6fc1c0a
commit cf02226c01
No known key found for this signature in database
GPG Key ID: 02C43AD072D57783

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2