{ "editor.formatOnPaste": true, "editor.formatOnSave": true, "C_Cpp.formatting": "disabled", "C_Cpp.codeAnalysis.runAutomatically": false, "C_Cpp.clang_format_style": "{ BasedOnStyle: LLVM, UseTab: Always, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Attach, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4, NamespaceIndentation: All, FixNamespaceComments: false }", "C_Cpp.autocompleteAddParentheses": true, "files.exclude": { "**/*.o": true, "node_modules": true }, "editor.insertSpaces": false, "editor.tabSize": 4, "editor.detectIndentation": false, "C_Cpp.clang_format_fallbackStyle": "{ BasedOnStyle: LLVM, UseTab: Always, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Attach, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4, NamespaceIndentation: All, FixNamespaceComments: false }", "prettier.tabWidth": 4, "prettier.useTabs": true, "prettier.printWidth": 120 }