Skip to content
Snippets Groups Projects
Select Git revision
  • feature/composite-scheme-sources
  • feature/composite-scheme-other-fluxes
  • feature/serraille
  • feature/variational-hydro
  • develop default protected
  • feature/composite-scheme
  • hyperplastic
  • feature/local-dt-fsi
  • feature/kinetic-schemes
  • feature/polynomials
  • feature/gks
  • feature/implicit-solver-o2
  • feature/coupling_module
  • feature/implicit-solver
  • feature/merge-local-dt-fsi
  • master protected
  • feature/escobar-smoother
  • feature/hypoelasticity-clean
  • feature/hypoelasticity
  • feature/Navier-Stokes
  • 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
32 results

.clang-format

Blame
  • .clang-format 1.27 KiB
    ---
    BasedOnStyle: Mozilla
    AccessModifierOffset: '-1'
    AlignAfterOpenBracket: Align
    AlignConsecutiveAssignments: 'true'
    AlignConsecutiveDeclarations: 'false'
    AlignEscapedNewlines: Left
    AlignOperands: 'true'
    AlignTrailingComments: 'true'
    AllowAllParametersOfDeclarationOnNextLine: 'false'
    AllowShortBlocksOnASingleLine: 'false'
    AllowShortCaseLabelsOnASingleLine: 'false'
    AllowShortFunctionsOnASingleLine: Empty
    AllowShortIfStatementsOnASingleLine: 'false'
    AllowShortLoopsOnASingleLine: 'false'
    AlwaysBreakAfterReturnType: AllDefinitions
    AlwaysBreakBeforeMultilineStrings: 'false'
    AlwaysBreakTemplateDeclarations: 'Yes'
    BinPackArguments: 'true'
    BinPackParameters: 'false'
    BreakBeforeBinaryOperators: None
    BreakBeforeBraces: Mozilla
    BreakConstructorInitializers: BeforeColon
    ColumnLimit: '80'
    CompactNamespaces: 'true'
    ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
    Cpp11BracedListStyle: 'true'
    FixNamespaceComments: 'true'
    KeepEmptyLinesAtTheStartOfBlocks: 'false'
    Language: Cpp
    MaxEmptyLinesToKeep: '1'
    NamespaceIndentation: None
    PointerAlignment: Left
    ReflowComments: 'true'
    SortUsingDeclarations: 'true'
    SpaceAfterTemplateKeyword: 'true'
    SpaceBeforeAssignmentOperators: 'true'
    SpaceBeforeRangeBasedForLoopColon: 'true'
    SpacesBeforeTrailingComments: '3'
    Standard: Auto
    UseTab: Never
    
    ...