version up to 2.13.2
[platform/upstream/freetype2.git] / .clang-format
1 BasedOnStyle: Chromium
2 AlignAfterOpenBracket: Align
3 AlignConsecutiveAssignments: true
4 AlignConsecutiveDeclarations: true
5 AlignConsecutiveMacros: true
6 AlignEscapedNewlines: true
7 # AlignOperands: Align
8 AlignTrailingComments: true
9 AlwaysBreakAfterReturnType: AllDefinitions
10 BreakBeforeBraces: Allman
11 ColumnLimit: 80
12 DerivePointerAlignment: false
13 IndentCaseLabels: false
14 PointerAlignment: Left
15 SpaceBeforeParens: ControlStatements
16 SpacesInParentheses: true