Skip to content

Commit

Permalink
Customize more vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
LagoLunatic committed Oct 18, 2024
1 parent faa0a17 commit 0255c90
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"[c]": {
"files.encoding": "utf8",
"editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd"
"editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd",
},
"[cpp]": {
"files.encoding": "utf8",
"editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd"
"editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd",
},
"editor.tabSize": 4,
// "files.autoSave": "onFocusChange",
Expand All @@ -30,5 +30,10 @@
".ninja_*": true,
"objdiff.json": true,
".cache/**": true,
"ctx.c": true,
},
"clangd.arguments": [
"--function-arg-placeholders=0",
"-header-insertion=never",
],
}

0 comments on commit 0255c90

Please sign in to comment.