Skip to content

Commit

Permalink
Update settings.json (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 authored Oct 25, 2024
1 parent 08f13b7 commit 6b26045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"C_Cpp.clang_format_path": ".clang-format",
"C_Cpp.clang_format_fallbackStyle": "{ ColumnLimit: 0 }",
"[cpp]":{
"editor.wordBasedSuggestions": false,
"editor.wordBasedSuggestions": "off",
"editor.suggest.insertMode": "replace",
"editor.semanticHighlighting.enabled": true,
"editor.tabSize": 4,
Expand Down

0 comments on commit 6b26045

Please sign in to comment.