Skip to content
Snippets Groups Projects
Select Git revision
  • d90594ae2f4f455c7dd1628936502797b4f8c6f3
  • master default protected
  • gh-pages
  • v4.0.3
  • v4.0.2
  • v4.0.1
  • v4.0.0
  • v3.3.7+1
  • v3.3.7
  • v1.0.8
  • v1.0.7
  • v1.0.6
  • v1.0.5
  • v1.0.4
  • v1.0.3
  • v1.0.2
  • v1.0.1
  • v1.0.0
18 results

README.md

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