• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1AllowShortFunctionsOnASingleLine: Inline
2PackConstructorInitializers: Never
3ColumnLimit: 120
4AlignAfterOpenBracket: AlwaysBreak
5BinPackParameters: false
6AllowAllParametersOfDeclarationOnNextLine: true
7BreakBeforeBraces: Stroustrup
8SpaceAfterCStyleCast: true
9PointerAlignment: Left
10ForEachMacros: ['XNN_UNPREDICTABLE', 'XNN_LIKELY', 'XNN_UNLIKELY']
11IfMacros: ['IF']
12IndentCaseLabels: true
13SpaceBeforeParens: Custom
14SpaceBeforeParensOptions:
15  AfterControlStatements: true
16  AfterIfMacros: true
17  AfterForeachMacros: false
18