Update .vscode/settings.json

removed additional comma in the JSON

Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
Krishna Vedala
2020-05-25 11:03:30 -04:00
committed by GitHub
parent 58f77c4046
commit 251c32d8b3

View File

@@ -64,7 +64,7 @@
"valarray": "cpp",
"algorithm": "cpp"
},
"C_Cpp.clang_format_style": "{ BasedOnStyle: Google, UseTab: Never, IndentWidth: 4, TabWidth: 4,, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: true, ColumnLimit: 80, AccessModifierOffset: -4, NamespaceIndentation: All }",
"C_Cpp.clang_format_style": "{ BasedOnStyle: Google, UseTab: Never, IndentWidth: 4, TabWidth: 4, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: true, ColumnLimit: 80, AccessModifierOffset: -4, NamespaceIndentation: All }",
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.formatOnPaste": true