Feature/add editorconfig (#36)

* Add editorconfig

In order to avoid EOL, indents and all that stuff across IDE's, having an editorconfig solves it

* Fix some changes
This commit is contained in:
Alex Jover 2017-03-28 11:03:40 +02:00 committed by Jeroen Engels
parent e595bbea5d
commit 99db1bda78

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
#root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 100
indent_size = 2
[*.md]
trim_trailing_whitespace = false