Add an .editorconfig file

This commit is contained in:
Thomas Deinhamer 2014-08-23 10:26:01 +02:00
parent c1e98f97bd
commit 7f9055b304
1 changed files with 15 additions and 0 deletions

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.{rb,sh,md,yaml},package.json]
indent_size = 2
[*.md]
trim_trailing_whitespace = false