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