ref: 0d2b4952a37218cbe82fb79a40784c01ca172b56
dir: /.clang-format/
BasedOnStyle: Chromium AlignAfterOpenBracket: Align AlignConsecutiveAssignments: true AlignConsecutiveDeclarations: true AlignConsecutiveMacros: true AlignEscapedNewlines: true # AlignOperands: Align AlignTrailingComments: true AlwaysBreakAfterReturnType: AllDefinitions BreakBeforeBraces: Allman ColumnLimit: 80 DerivePointerAlignment: false IndentCaseLabels: false PointerAlignment: Left SpaceBeforeParens: ControlStatements SpacesInParentheses: true