Bug 1865372: Call nsCocoaWindow::DestroyNativeWindow unconditionally in Destroy....
[gecko.git] / modules / freetype2 / .clang-format
blobfbd04c11cbf2056a445add4914d0e5693c67b82f
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