xref: /freebsd/contrib/wpa/wpa_supplicant/binder/.clang-format (revision 780fb4a2fa9a9aee5ac48a60b790f567c0dc13e9)
1*780fb4a2SCy SchubertBasedOnStyle: LLVM
2*780fb4a2SCy SchubertIndentWidth: 8
3*780fb4a2SCy SchubertUseTab: Always
4*780fb4a2SCy SchubertBreakBeforeBraces: Mozilla
5*780fb4a2SCy SchubertAllowShortIfStatementsOnASingleLine: false
6*780fb4a2SCy SchubertIndentCaseLabels: false
7*780fb4a2SCy SchubertAccessModifierOffset: -8
8*780fb4a2SCy SchubertAlignAfterOpenBracket: AlwaysBreak
9*780fb4a2SCy SchubertSortIncludes: false
10