Official mirror of https://gitlab.freedesktop.org/freetype/freetype
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
453 B
16 lines
453 B
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
|
|
|