create .editorconfig to improve code displaying on github

This commit is contained in:
Romain Beaumont 2016-05-24 17:49:05 +02:00 committed by Dylan K. Taylor
parent 795d6c8ddf
commit e143fb80da

6
.editorconfig Normal file
View File

@ -0,0 +1,6 @@
# http://editorconfig.org/
root = yes
[*]
indent_size = 4
indent_style = tab