add editorconfig and gitignore

This commit is contained in:
Jakob Schrettenbrunner
2017-06-18 23:59:30 +02:00
parent e0561c52fb
commit 69d95c6fbf
2 changed files with 20 additions and 0 deletions

11
.editorconfig Normal file
View File

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