Add .editorconfig

This commit is contained in:
Foster Hangdaan 2023-08-13 23:52:37 -04:00
parent 057f56f922
commit ff07a869d4
Signed by: foster
GPG key ID: E48D7F49A852F112

8
.editorconfig Normal file
View file

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