1
0

Small formatting changes

This commit is contained in:
Jip J. Dekker 2023-07-05 10:34:46 +10:00
parent c1ba2ab8f1
commit 601cde5930
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,4 @@
[misc]
# Don't ask for confirmations
#assume_yes = true

View File

@ -29,5 +29,7 @@
"workbench.preferredLightColorTheme": "Catppuccin Latte",
"workbench.startupEditor": "none",
"clangd.checkUpdates": true,
"clangd.arguments": ["--compile-commands-dir=./build.nosync/"]
"clangd.arguments": [
"--compile-commands-dir=./build.nosync/"
],
}