ref: bee8886408a82c244956b76db4ab7b79cdca9079
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