TheAlgorithms-C/.vscode/settings.json

3 lines
244 B
JSON
Raw Normal View History

2020-05-29 22:53:46 +08:00
{
2020-05-30 00:35:19 +08:00
"C_Cpp.clang_format_style": "{ BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 80, AccessModifierOffset: -4 }",
2020-05-29 22:53:46 +08:00
}