add editor config

This commit is contained in:
Tim Redband 2024-03-25 16:40:36 -04:00
parent 4c8dd5cc90
commit 3224136dab
3 changed files with 23 additions and 1 deletions

15
.editorconfig Normal file
View file

@ -0,0 +1,15 @@
# Remove the line below if you want to inherit .editorconfig settings from higher directories
root = true
#### Core EditorConfig Options ####
[*]
end_of_line = lf
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
tab_width = 4
trim_trailing_whitespace = true
[*.{yml,yaml,lua,json}]
indent_size = 2