Skip to content

Commit

Permalink
chore: Update vscode config for C++ files
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Nov 17, 2024
1 parent 96e558d commit 07c044b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 07c044b

Please sign in to comment.