xref: /freebsd/contrib/wpa/wpa_supplicant/binder/.clang-format (revision 05427f4639bcf2703329a9be9d25ec09bb782742)
1BasedOnStyle: LLVM
2IndentWidth: 8
3UseTab: Always
4BreakBeforeBraces: Mozilla
5AllowShortIfStatementsOnASingleLine: false
6IndentCaseLabels: false
7AccessModifierOffset: -8
8AlignAfterOpenBracket: AlwaysBreak
9SortIncludes: false
10