xref: /freebsd/.clang-format (revision 9e6d3549)
1BasedOnStyle: LLVM
2IndentWidth:     4
3ColumnLimit:     120
4BreakBeforeBraces: Allman
5AlwaysBreakAfterReturnType: All
6AllowShortFunctionsOnASingleLine: Inline
7ConstructorInitializerAllOnOneLineOrOnePerLine: true
8IndentCaseLabels: true
9AccessModifierOffset: -4
10