Compare commits

...

2 Commits

Author SHA1 Message Date
RichardAH
d8d3182aa3 Merge branch 'dev' into fix-vscode 2024-10-25 11:55:55 +10:00
Denis Angell
cf64e05b82 Update settings.json 2024-07-12 11:18:10 +02:00

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,