mirror of
https://github.com/zyedidia/micro.git
synced 2024-11-04 01:12:52 +03: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
|
|
|