Skip to content

Commit

Permalink
update .vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
emrekovanci committed Apr 27, 2024
1 parent b91ed5e commit ff39ee5
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 @@ -16,6 +16,12 @@
"build/**": true,
},

// [Editor]
"[cpp]": {
"editor.formatOnSave": true,
"editor.semanticHighlighting.enabled": "configuredByTheme"
},

// [CMake]
"cmake.configureOnOpen": false,
"cmake.configureOnEdit": false,
Expand Down

0 comments on commit ff39ee5

Please sign in to comment.