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
+7 -7
View File
@@ -15,7 +15,7 @@
]]
return {
cmd = { "gopls", "serve" },
cmd = { "gopls", "serve", },
-- https://github.com/golang/tools/blob/master/gopls/doc/settings.md
settings = {
gopls = {
@@ -27,7 +27,7 @@ return {
run_vulncheck_exp = true,
tidy = true,
upgrade_dependency = true,
vendor = true
vendor = true,
},
usePlaceholders = true,
analyses = {
@@ -77,8 +77,8 @@ return {
undeclaredname = true,
unusedvariable = true,
fillstruct = true,
stubmethods = true
}
}
}
}
stubmethods = true,
},
},
},
}