blob: e651c3d577dfab129012473b99ae292aac63b8a0 [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']
12SpaceBeforeParens: Custom
13SpaceBeforeParensOptions:
14 AfterControlStatements: true
15 AfterIfMacros: true
16 AfterForeachMacros: false