Note that we use tabs for indent in *.go files in editorconfig
This commit is contained in:
parent
ed64899b83
commit
0d0f74a131
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ indent_size = 4
|
|||
end_of_line = lf
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[{Makefile,*.terminfo}]
|
||||
[{Makefile,*.terminfo,*.go}]
|
||||
indent_style = tab
|
||||
|
||||
# Autogenerated files with tabs below this line.
|
||||
|
|
|
|||
Loading…
Reference in a new issue