Add .editorconfig

This commit is contained in:
Ryan Delaney 2020-03-26 09:57:36 -07:00
parent 479af6fdfa
commit 7bef3312a4
1 changed files with 14 additions and 0 deletions

14
.editorconfig Normal file
View File

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