mirror of
https://github.com/SoPat712/dotfiles.git
synced 2025-08-21 18:38:46 -04:00
format cleanup
This commit is contained in:
@@ -131,12 +131,23 @@ return {
|
|||||||
"--all-scopes-completion",
|
"--all-scopes-completion",
|
||||||
"--pretty",
|
"--pretty",
|
||||||
"--header-insertion=iwyu",
|
"--header-insertion=iwyu",
|
||||||
"--fmt-style=file",
|
"--fallback-style={ BasedOnStyle: Google, ColumnLimit: 200 }",
|
||||||
"--fallback-style={ BasedOnStyle: Google, ColumnLimit: 140 }",
|
|
||||||
"-j=12",
|
"-j=12",
|
||||||
"--inlay-hints",
|
"--inlay-hints",
|
||||||
"--header-insertion-decorators",
|
"--header-insertion-decorators",
|
||||||
},
|
},
|
||||||
|
settings = {
|
||||||
|
["clangd"] = {
|
||||||
|
["inlayHints"] = {
|
||||||
|
["parameterNames"] = {
|
||||||
|
["enabled"] = true,
|
||||||
|
},
|
||||||
|
["deducedTypes"] = {
|
||||||
|
["enabled"] = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
require("ufo").setup()
|
require("ufo").setup()
|
||||||
|
Reference in New Issue
Block a user