xref: /netbsd-src/external/bsd/wpa/dist/wpa_supplicant/binder/.clang-format (revision 36ebd06e5ab61115eab7acca17a2350fc8222071)
1BasedOnStyle: LLVM
2IndentWidth: 8
3UseTab: Always
4BreakBeforeBraces: Mozilla
5AllowShortIfStatementsOnASingleLine: false
6IndentCaseLabels: false
7AccessModifierOffset: -8
8AlignAfterOpenBracket: AlwaysBreak
9SortIncludes: false
10