|
82 | 82 | "C_Cpp.clang_format_style": "GNU", |
83 | 83 | "C_Cpp.clang_format_fallbackStyle": "GNU", |
84 | 84 | "C_Cpp.codeAnalysis.clangTidy.enabled": false, |
85 | | - "C_Cpp.formatting": "vcFormat", |
| 85 | + "C_Cpp.formatting": "default", |
86 | 86 | "C_Cpp.vcpkg.enabled": false, |
87 | 87 | "C_Cpp.files.exclude": { |
88 | 88 | "**/.github": true, |
|
116 | 116 | "url": "plugin.schema.json" |
117 | 117 | } |
118 | 118 | ], |
| 119 | + "[c]": { |
| 120 | + "editor.wordBasedSuggestions": "off", |
| 121 | + "editor.semanticHighlighting.enabled": true, |
| 122 | + "editor.stickyScroll.defaultModel": "foldingProviderModel", |
| 123 | + "editor.suggest.insertMode": "replace", |
| 124 | + "editor.tabSize": 4 |
| 125 | + }, |
| 126 | + "[cpp]": { |
| 127 | + "editor.wordBasedSuggestions": "off", |
| 128 | + "editor.semanticHighlighting.enabled": true, |
| 129 | + "editor.stickyScroll.defaultModel": "foldingProviderModel", |
| 130 | + "editor.suggest.insertMode": "replace", |
| 131 | + "editor.tabSize": 4 |
| 132 | + }, |
119 | 133 | "[json]": { |
120 | 134 | "editor.quickSuggestions": { |
121 | 135 | "strings": true |
|
160 | 174 | } |
161 | 175 | }, |
162 | 176 | "files.associations": { |
163 | | - "**/usage": "plaintext", |
164 | 177 | "**.d.ts": "typescript", |
165 | 178 | "*.css": "tailwindcss", |
166 | 179 | "**.bash**": "shellscript", |
167 | 180 | "**.cmake": "cmake", |
168 | 181 | ".editorconfig": "editorconfig", |
169 | | - "${workspaceFolder}/dep/StoneyDSP/src/StoneyDSP": "cpp", |
170 | 182 | "**.vcvm": "json", |
171 | 183 | "config.guess": "shellscript", |
172 | 184 | "string": "cpp", |
|
0 commit comments