Golang uses tabs for indentation.
This commit is contained in:
parent
77db3599ba
commit
651d3dec83
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ roots = ["Gopkg.toml", "go.mod"]
|
|||
|
||||
language-server = { command = "gopls" }
|
||||
# TODO: gopls needs utf-8 offsets?
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
indent = { tab-width = 4, unit = "\t" }
|
||||
|
||||
[[language]]
|
||||
name = "javascript"
|
||||
|
|
Loading…
Reference in a new issue