TheAlgorithms-C/.vscode/settings.json

3 lines
244 B
JSON
Raw Normal View History

2020-05-29 10:53:46 -04:00
{
2020-05-29 12:35:19 -04: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 10:53:46 -04:00
}