Edit

IABSD.fr/xenocara/lib/mesa/src/intel/ds/.clang-format

Branch :

  • Show log

    Commit

  • Author : jsg
    Date : 2022-02-24 01:51:18
    Hash : 50b4ee55
    Message : Import Mesa 21.3.7

  • lib/mesa/src/intel/ds/.clang-format
  • BasedOnStyle: WebKit
    AlignTrailingComments: 'true'
    AllowAllParametersOfDeclarationOnNextLine: 'false'
    AllowShortFunctionsOnASingleLine: None
    AlwaysBreakBeforeMultilineStrings: 'true'
    BinPackArguments: 'false'
    BinPackParameters: 'false'
    BreakBeforeBinaryOperators: None
    BreakBeforeBraces: Linux
    ColumnLimit: '100'
    Cpp11BracedListStyle: 'true'
    KeepEmptyLinesAtTheStartOfBlocks: 'false'
    NamespaceIndentation: None
    PointerAlignment: Right
    SortIncludes: 'true'
    SpaceAfterTemplateKeyword: 'false'
    Standard: Cpp11
    TabWidth: '3'
    IndentWidth: '3'
    ConstructorInitializerIndentWidth: '3'
    ContinuationIndentWidth: '3'