Add a .editorconfig with defaults

This commit is contained in:
Steev Klimaszewski
2022-09-02 11:48:12 -05:00
parent 99d270775f
commit 359330ca54

19
.editorconfig Normal file
View File

@@ -0,0 +1,19 @@
# https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.sh]
indent_style = space
indent_size = 4
tab_width = 8
[*.yaml]
indent_style = space
indent_size = 2
tab_width = 8