Add .editorconfig

This commit is contained in:
prototypa
2023-01-21 20:19:20 -05:00
parent 09e827c035
commit 8584376bcb

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
# https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = false