Edit

IABSD.fr/xenocara/lib/pixman/.clang-format

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2025-08-12 16:39:28
    Hash : 81405b23
    Message : Update to pixman 0.46.4. tested in a bulk ports build and ok jca@ runs of the tests on differents by gkoeler@, jca@ and others.

  • lib/pixman/.clang-format
  • BasedOnStyle: LLVM
    AlwaysBreakAfterReturnType: TopLevelDefinitions
    BraceWrapping:
      IndentBraces: true
    ConstructorInitializerIndentWidth: 4
    ContinuationIndentWidth: 4
    IndentAccessModifiers: true
    IndentCaseBlocks: true
    IndentCaseLabels: true
    IndentWidth: 4
    BreakBeforeBraces: Allman
    AttributeMacros: ['__attribute__']
    AlignConsecutiveMacros: true
    AlignAfterOpenBracket: Align
    AlignConsecutiveAssignments: true
    AlignConsecutiveDeclarations: true
    AllowAllArgumentsOnNextLine: false
    AllowAllParametersOfDeclarationOnNextLine: false
    BinPackArguments: true
    BinPackParameters: false
    PenaltyBreakAssignment: 1000
    ReflowComments: false
    SpaceBeforeParens: Always
    SpaceInEmptyBlock: true
    SpacesInContainerLiterals: true
    TabWidth: 8
    UseTab: ForContinuationAndIndentation