updated vscode settings

This commit is contained in:
Krishna Vedala 2020-05-24 16:08:12 -04:00
parent 045a1dc977
commit ca08e3e9a2

View File

@ -64,7 +64,7 @@
"valarray": "cpp", "valarray": "cpp",
"algorithm": "cpp" "algorithm": "cpp"
}, },
"C_Cpp.clang_format_style": "{BasedOnStyle: Google, IndentWidth: 4, ColumnLimit: 80, UseTab: Never}", "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.formatOnSave": true,
"editor.formatOnType": true, "editor.formatOnType": true,
"editor.formatOnPaste": true "editor.formatOnPaste": true