mirror of
https://github.com/zyedidia/micro
synced 2024-11-05 17:41:24 +00:00
8 lines
152 B
INI
8 lines
152 B
INI
|
# 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
|
||
|
|