hanchenye-llvm-project/lldb/.clang-format

9 lines
238 B
YAML

BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 120
BreakBeforeBraces: Allman
AlwaysBreakAfterDefinitionReturnType: true
AllowShortFunctionsOnASingleLine: Inline
BreakConstructorInitializersBeforeComma: true
IndentCaseLabels: true