Add editor config

This commit is contained in:
Pierre Schmitz 2017-05-26 09:45:16 +02:00
parent aa8caba05a
commit d227b73c1a

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
[Makefile]
indent_style = tab