Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 745b5b41b2dd9c34ac884071687482a1a700429d
  • master par défaut protégée
  • rust
  • rust-playlist-sync
  • fix-qt-deprecated-qvariant-type
  • fix-mpris-qtwindow-race-condition
  • rust-appimage-wayland
  • windows-build-rebased
  • v2.5 protégée
  • v2.4 protégée
  • v2.3-1 protégée
  • v2.3 protégée
  • v2.2 protégée
  • v2.1 protégée
  • v2.0 protégée
  • v1.8-3 protégée
  • v1.8-2 protégée
  • v1.8-1 protégée
  • v1.8 protégée
  • v1.7 protégée
  • v1.6 protégée
  • v1.5 protégée
  • v1.4 protégée
  • v1.3 protégée
  • v1.2 protégée
  • v1.1 protégée
  • v1.0 protégée
27 résultats

.clang-format

Blame
  • .clang-format 3,07 Kio
    ---
    AccessModifierOffset: -4
    AlignAfterOpenBracket: Align
    AlignConsecutiveAssignments: true
    AlignConsecutiveBitFields: true
    AlignConsecutiveDeclarations: false
    AlignConsecutiveMacros: true
    AlignEscapedNewlines: Left
    AlignOperands: true
    AlignTrailingComments: true
    AllowAllArgumentsOnNextLine: true
    AllowAllParametersOfDeclarationOnNextLine: false
    AllowShortBlocksOnASingleLine: Empty
    AllowShortCaseLabelsOnASingleLine: true
    AllowShortEnumsOnASingleLine: true
    AllowShortFunctionsOnASingleLine: All
    AllowShortIfStatementsOnASingleLine: false
    AllowShortLoopsOnASingleLine: false
    AllowShortLambdasOnASingleLine: All
    AlwaysBreakAfterDefinitionReturnType: TopLevel
    AlwaysBreakAfterReturnType: None
    AlwaysBreakBeforeMultilineStrings: false
    AlwaysBreakTemplateDeclarations: No
    BinPackArguments: true
    BinPackParameters: true
    BraceWrapping:
      AfterClass: false
      AfterControlStatement: false
      AfterEnum: false
      AfterFunction: true
      AfterNamespace: true
      AfterObjCDeclaration: false
      AfterStruct: false
      AfterUnion: false
      AfterExternBlock: false
      BeforeCatch: false
      BeforeElse: false
      IndentBraces: false
      SplitEmptyFunction: true
      SplitEmptyRecord: true
      SplitEmptyNamespace: true
    BreakBeforeBinaryOperators: None
    BreakBeforeBraces: Custom
    BreakBeforeInheritanceComma: false
    BreakBeforeTernaryOperators: true
    BreakConstructorInitializersBeforeComma: false
    BreakConstructorInitializers: BeforeComma
    BreakAfterJavaFieldAnnotations: false
    BreakStringLiterals: false
    ColumnLimit: 100
    CompactNamespaces: true
    ConstructorInitializerAllOnOneLineOrOnePerLine: false
    ConstructorInitializerIndentWidth: 4
    ContinuationIndentWidth: 4
    Cpp11BracedListStyle: false
    DerivePointerAlignment: false
    DisableFormat: false
    ExperimentalAutoDetectBinPacking: false
    FixNamespaceComments: false
    CommentPragmas: '^ KEEP pragma:'
    
    ForEachMacros:
      - 'for_each'
      - 'for_ever'
      - 'forever'
      - 'unless'
      - 'FOR_EVER_IF'
      - 'FOR_EVER_UNTIL'
      - 'FOR_EACH_FLAT_LIST_ITEM'
      - 'FOR_EACH_ARGUMENT'