1
0

Cleaned up configs

This commit is contained in:
2022-10-08 10:11:20 -07:00
parent 0604635f7a
commit 4f0059a6aa
10 changed files with 80 additions and 306 deletions

12
.editorconfig Normal file
View File

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