1
0
mirror of https://github.com/zyedidia/micro synced 2024-06-29 05:54:24 +00:00

Add .editorconfig and set indent_size to 4

This commit is contained in:
marius92mc 2017-10-01 20:51:33 +03:00
parent 46ced988eb
commit 75be4f5f61

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