Create .editorconfig

This commit is contained in:
deltax 2017-07-25 08:55:19 +02:00 committed by GitHub
parent c8b0bb2a54
commit 6ed22901ee
1 changed files with 14 additions and 0 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.sh]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false