chore: formatting TOML files
This commit is contained in:
parent
49913ef5e8
commit
47495b845a
@ -23,4 +23,10 @@ language-servers = ["gopls", "golangci-lint-langserver"]
|
||||
command = "golangci-lint-langserver"
|
||||
|
||||
[language-server.golangci-lint-langserver.config]
|
||||
command = ["golangci-lint", "run", "--out-format", "json", "--issues-exit-code=1"]
|
||||
command = [
|
||||
"golangci-lint",
|
||||
"run",
|
||||
"--out-format",
|
||||
"json",
|
||||
"--issues-exit-code=1",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user