Add .editorconfig to improve formatting when viewing on GitHub

Closes gh-8497
This commit is contained in:
Andy Wilkinson 2017-04-04 09:26:50 +01:00
parent 9fa8f2e317
commit 43f34546f6

3
.editorconfig Normal file
View File

@ -0,0 +1,3 @@
[*]
indent_style = tab
indent_size = 4