Skip to content
Snippets Groups Projects
Select Git revision
  • 158032246d83df03e8fdf521b9b252d194df62a2
  • main default protected
  • evaluation
  • D3D4
  • Database
  • v1
  • mmr
7 results

.clang-format

Blame
  • .clang-format 819 B
    BasedOnStyle: Google
    IndentWidth: 4
    ColumnLimit: 80
    AllowShortFunctionsOnASingleLine: Inline
    AllowShortIfStatementsOnASingleLine: false
    AllowShortLoopsOnASingleLine: false
    AlignConsecutiveAssignments: false
    AlignConsecutiveDeclarations: false
    AlignTrailingComments: true
    SpacesBeforeTrailingComments: 1
    SortIncludes: false
    AccessModifierOffset: -4
    Standard: Cpp11
    KeepEmptyLinesAtTheStartOfBlocks: false
    MaxEmptyLinesToKeep: 1
    FixNamespaceComments: true
    ReflowComments: false
    BreakBeforeBraces: Custom
    BraceWrapping:
      AfterCaseLabel:  true
      AfterClass:      true
      AfterControlStatement: true
      AfterEnum:       true
      AfterFunction:   true
      AfterNamespace:  false
      AfterObjCDeclaration: true
      AfterStruct:     true
      AfterUnion:      false
      BeforeCatch:     true
      BeforeElse:      true
      IndentBraces:    false