]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/wpa/wpa_supplicant/binder/.clang-format
Update hostapd/wpa_supplicant to 2.8 to fix multiple vulnerabilities.
[FreeBSD/FreeBSD.git] / contrib / wpa / 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