fix clang formatting for VSCode

This commit is contained in:
Krishna Vedala 2020-05-29 12:35:19 -04:00
parent 4caa46c10c
commit f3e4d55258

View File

@ -1,3 +1,3 @@
{
"C_Cpp.clang_format_style": "Visual Studio"
"C_Cpp.clang_format_style": "{ BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 80, AccessModifierOffset: -4 }",
}