Add editor config

This commit is contained in:
Pierre Schmitz 2017-05-26 09:45:16 +02:00
parent aa8caba05a
commit d227b73c1a
1 changed files with 7 additions and 0 deletions

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