• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1BasedOnStyle: Chromium
2AlignAfterOpenBracket: Align
3AlignConsecutiveAssignments: true
4AlignConsecutiveDeclarations: true
5AlignConsecutiveMacros: true
6AlignEscapedNewlines: true
7# AlignOperands: Align
8AlignTrailingComments: true
9AlwaysBreakAfterReturnType: AllDefinitions
10BreakBeforeBraces: Allman
11ColumnLimit: 80
12DerivePointerAlignment: false
13IndentCaseLabels: false
14PointerAlignment: Left
15SpaceBeforeParens: ControlStatements
16SpacesInParentheses: true
17