format cleanup

This commit is contained in:
Josh Patra
2024-03-24 01:52:20 -04:00
parent 7135e82791
commit 1b5a1324ad

View File

@@ -131,12 +131,23 @@ return {
"--all-scopes-completion",
"--pretty",
"--header-insertion=iwyu",
"--fmt-style=file",
"--fallback-style={ BasedOnStyle: Google, ColumnLimit: 140 }",
"--fallback-style={ BasedOnStyle: Google, ColumnLimit: 200 }",
"-j=12",
"--inlay-hints",
"--header-insertion-decorators",
},
settings = {
["clangd"] = {
["inlayHints"] = {
["parameterNames"] = {
["enabled"] = true,
},
["deducedTypes"] = {
["enabled"] = true,
},
},
},
},
})
require("ufo").setup()