ref: 706c79a1da4aeb05c331f6ff0a7051e7613d5aba
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