Misc changes

This commit is contained in:
2022-08-03 10:51:34 -07:00
parent 4f0c720ad6
commit f5cdff4a86
3 changed files with 18 additions and 7 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