Merge pull request #842 from marius92mc/add-editorconfig-and-set-indent-size-to-4

Add .editorconfig and set indent_size to 4
This commit is contained in:
Zachary Yedidia 2017-10-01 14:37:05 -04:00 committed by GitHub
commit 13daa4e715

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
# See http://editorconfig.org
# In Go files we indent with tabs but still
# set indent_size to control the GitHub web viewer.
[*.go]
indent_size=4