style(.editorconfig): set indent_style=tabs and indent_size=4
This commit is contained in:
parent
21f6e5df72
commit
975162ed94
1 changed files with 4 additions and 0 deletions
|
|
@ -11,3 +11,7 @@ max_line_length = null
|
||||||
|
|
||||||
[Makefile]
|
[Makefile]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
|
[*.go]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 4
|
||||||
|
|
|
||||||
Reference in a new issue