Add .editorconfig file

main
earnest ma 2022-01-26 18:01:48 -05:00
parent ac874febf5
commit c2df0e3456
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
1 changed files with 15 additions and 0 deletions

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
# 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 = true
[*.{yml,yaml}]
indent_size = 2