blob: 486bda43bd245b72e099b881baf28241e51cf2f0 [file] [log] [blame]
Zhi An Ng737ad012021-12-08 16:42:44 -08001AllowShortFunctionsOnASingleLine: Inline
2PackConstructorInitializers: Never
3ColumnLimit: 120
Alan Kelly57719a22021-12-24 01:20:05 -08004AlignAfterOpenBracket: AlwaysBreak
5BinPackParameters: false
6AllowAllParametersOfDeclarationOnNextLine: true
7BreakBeforeBraces: Stroustrup
Zhi An Ng6883abb2021-12-14 10:13:18 -08008SpaceAfterCStyleCast: true
Alan Kelly57719a22021-12-24 01:20:05 -08009PointerAlignment: Left
10ForEachMacros: ['XNN_UNPREDICTABLE', 'XNN_LIKELY', 'XNN_UNLIKELY']
11IfMacros: ['IF']
Alan Kelly9441d462022-01-11 09:41:31 -080012IndentCaseLabels: true
Alan Kelly57719a22021-12-24 01:20:05 -080013SpaceBeforeParens: Custom
14SpaceBeforeParensOptions:
15 AfterControlStatements: true
16 AfterIfMacros: true
17 AfterForeachMacros: false