diff --git a/.vscode/settings.json b/.vscode/settings.json index 342714d26..f0fda06bf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,6 +4,7 @@ {"column": 120 } ], "files.trimTrailingWhitespace": true, + "C_Cpp.autoAddFileAssociations": false, "files.associations": { "array": "cpp", "iterator": "cpp", @@ -79,4 +80,4 @@ "*.ipp": "cpp", "*.tcc": "cpp" } -} \ No newline at end of file +}