binder: Clang format the source code
[mech_eap.git] / wpa_supplicant / binder / .clang-format
1 BasedOnStyle: LLVM
2 IndentWidth: 8
3 UseTab: Always
4 BreakBeforeBraces: Mozilla
5 AllowShortIfStatementsOnASingleLine: false
6 IndentCaseLabels: false
7 AccessModifierOffset: -8
8 AlignAfterOpenBracket: AlwaysBreak
9 SortIncludes: false