mirror of
https://github.com/AntiMicroX/antimicrox.git
synced 2025-12-23 15:18:18 -05:00
chore: Update vscode config for C++ files
This commit is contained in:
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -19,6 +19,12 @@
|
||||
"editor.formatOnType": true,
|
||||
"editor.formatOnSave": true,
|
||||
},
|
||||
"[cpp]": {
|
||||
"editor.defaultFormatter": "xaver.clang-format",
|
||||
"editor.formatOnPaste": true,
|
||||
"editor.formatOnType": true,
|
||||
"editor.formatOnSave": true,
|
||||
},
|
||||
"qttools.injectNatvisFile": false,
|
||||
"cmake.debugConfig": {
|
||||
"visualizerFile": "${workspaceFolder}/.vscode/qt5.natvis.xml",
|
||||
|
||||
Reference in New Issue
Block a user