Add editor config and some minor changes

This commit is contained in:
Niels Kooiman
2019-08-14 09:11:25 +02:00
parent 145f191fa5
commit 6f70ba29c9
3 changed files with 15 additions and 2 deletions

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
quote_type = double
[*.md]
trim_trailing_whitespace = false