including .editorconfig

This commit is contained in:
Adam Piontek 2018-08-26 10:48:10 -04:00
parent 5fbdef2b24
commit 84c669e51a
1 changed files with 14 additions and 0 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
# http://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
charset = utf-8
[*.md]
trim_trailing_whitespace = false