Update settings.json (#342)

This commit is contained in:
Denis Angell
2024-10-25 03:56:16 +02:00
committed by GitHub
parent 08f13b7cfe
commit 6b26045cbc

View File

@@ -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,