Skip to content
Snippets Groups Projects
Select Git revision
  • 797cba6ba04cdb29968236ed9720c73017012f20
  • develop default protected
  • save_clemence
  • feature/local-dt-fsi
  • feature/advection
  • feature/reconstruction
  • feature/kinetic-schemes
  • feature/composite-scheme-sources
  • feature/composite-scheme-other-fluxes
  • origin/stage/bouguettaia
  • feature/variational-hydro
  • feature/gmsh-reader
  • feature/serraille
  • feature/composite-scheme
  • hyperplastic
  • feature/polynomials
  • feature/gks
  • feature/implicit-solver-o2
  • feature/coupling_module
  • feature/implicit-solver
  • feature/merge-local-dt-fsi
  • v0.5.0 protected
  • v0.4.1 protected
  • v0.4.0 protected
  • v0.3.0 protected
  • v0.2.0 protected
  • v0.1.0 protected
  • Kidder
  • v0.0.4 protected
  • v0.0.3 protected
  • v0.0.2 protected
  • v0 protected
  • v0.0.1 protected
33 results

.clang-format

Blame
  • Stéphane Del Pino's avatar
    Stéphane Del Pino authored
    subrepo:
      subdir:   "packages/rang"
      merged:   "49505595"
    upstream:
      origin:   "git@github.com:agauniyal/rang.git"
      branch:   "master"
      commit:   "49505595"
    git-subrepo:
      version:  "0.3.1"
      origin:   "git@github.com:ingydotnet/git-subrepo.git"
      commit:   "a7ee886"
    953d8c9c
    History
    .clang-format 1.70 KiB
    ---
    Language:        Cpp
    AccessModifierOffset: -4
    AlignAfterOpenBracket: Align
    AlignConsecutiveAssignments: true
    AlignConsecutiveDeclarations: false
    AlignEscapedNewlinesLeft: false
    AlignOperands:   false
    AlignTrailingComments: false
    AllowAllParametersOfDeclarationOnNextLine: true
    AllowShortBlocksOnASingleLine: false
    AllowShortCaseLabelsOnASingleLine: true
    AllowShortFunctionsOnASingleLine: All
    AllowShortIfStatementsOnASingleLine: true
    AllowShortLoopsOnASingleLine: true
    AlwaysBreakAfterDefinitionReturnType: None
    AlwaysBreakAfterReturnType: None
    AlwaysBreakBeforeMultilineStrings: false
    AlwaysBreakTemplateDeclarations: true
    BinPackArguments: true
    BinPackParameters: true
    BreakBeforeBinaryOperators: All
    BreakBeforeBraces: WebKit
    BreakBeforeTernaryOperators: true
    BreakConstructorInitializersBeforeComma: false
    ColumnLimit:     80
    ConstructorInitializerAllOnOneLineOrOnePerLine: true
    ConstructorInitializerIndentWidth: 4
    ContinuationIndentWidth: 2
    Cpp11BracedListStyle: false
    DerivePointerAlignment: false
    DisableFormat:   false
    ExperimentalAutoDetectBinPacking: false
    ForEachMacros:   [ foreach, Q_FOREACH, BOOST_FOREACH ]
    IndentCaseLabels: true
    IndentWidth:     4
    IndentWrappedFunctionNames: false
    KeepEmptyLinesAtTheStartOfBlocks: true
    MaxEmptyLinesToKeep: 2
    NamespaceIndentation: Inner
    PointerAlignment: Right
    ReflowComments:  true
    SortIncludes:    false
    SpaceAfterCStyleCast: true
    SpaceBeforeAssignmentOperators: true
    SpaceBeforeParens: ControlStatements
    SpaceInEmptyParentheses: false
    SpacesBeforeTrailingComments: 2
    SpacesInAngles:  false
    SpacesInContainerLiterals: true
    SpacesInCStyleCastParentheses: false
    SpacesInParentheses: false
    SpacesInSquareBrackets: false
    Standard:        Cpp11
    TabWidth:        4
    UseTab:          Never
    ...