Add an .editorconfig

This commit is contained in:
T. Joseph Carter 2018-04-10 01:55:54 -07:00
parent 45c00cb920
commit 04974d7e03
1 changed files with 14 additions and 0 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
# This is the topmost .editorconfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.sh]
indent_style = tab
indent_size = 4