mirror of
https://github.com/SoPat712/dotfiles.git
synced 2025-08-21 10:38:44 -04:00
format cleanup
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user