aboutsummaryrefslogtreecommitdiff
path: root/lldb/.clang-format
blob: 4ce7c87ff51ef65bbfa876a1490b9e7481e36894 (plain)
1
2
3
4
5
6
7
8
BasedOnStyle: LLVM
IndentWidth:     4
ColumnLimit:     140
BreakBeforeBraces: Allman
AlwaysBreakAfterDefinitionReturnType: true
AllowShortFunctionsOnASingleLine: Inline
BreakConstructorInitializersBeforeComma: true
IndentCaseLabels: true