Add .editorconfig

This commit is contained in:
Danilo Bargen 2016-01-11 18:16:27 +01:00
commit 11a28d4f74

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
[*.yml]
indent_size = 2