]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - .clang-format
Vendor import of lldb trunk r256945:
[FreeBSD/FreeBSD.git] / .clang-format
1 BasedOnStyle: LLVM
2 IndentWidth:     4
3 ColumnLimit:     120
4 BreakBeforeBraces: Allman
5 AlwaysBreakAfterReturnType: All
6 AllowShortFunctionsOnASingleLine: Inline
7 ConstructorInitializerAllOnOneLineOrOnePerLine: true
8 IndentCaseLabels: true
9 AccessModifierOffset: -4