Format workspace with CodeFormat

This commit is contained in:
2023-09-02 17:29:59 +02:00
parent 214ffd053d
commit ae3bc212a9
63 changed files with 1205 additions and 1061 deletions
+4 -4
View File
@@ -15,8 +15,8 @@
]]
return {
cmd = { "golangci-lint-langserver" },
cmd = { "golangci-lint-langserver", },
init_options = {
command = { "golangci-lint", "run", "--out-format", "json" }
}
}
command = { "golangci-lint", "run", "--out-format", "json", },
},
}