blob: fbd04c11cbf2056a445add4914d0e5693c67b82f [file] [log] [blame]
David Turneree19a6c2020-05-01 15:37:56 +02001BasedOnStyle: 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