https://github.com/pou036/redback
Raw File
Tip revision: 7341144b0e5515c4e3afe9f89394a9f1f4eb52d2 authored by mustafasari87 on 31 May 2022, 06:07:53 UTC
Added input files to reproduce redback results from Sari et al 2022 in GJI (fig.5 & 6)
Tip revision: 7341144
.clang-format
BasedOnStyle: LLVM

TabWidth: 2
ColumnLimit: 100
UseTab: Never

CommentPragmas: '^/'
ReflowComments: true
AlignTrailingComments: true
SpacesBeforeTrailingComments: 1

SpaceBeforeParens: ControlStatements
SpacesInSquareBrackets: false
BreakBeforeBraces: Allman
PointerAlignment: Middle

BinPackParameters: false
BinPackArguments: false
ConstructorInitializerAllOnOneLineOrOnePerLine: true
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false

SortIncludes: false
IndentCaseLabels: true
ConstructorInitializerIndentWidth: 2
AlwaysBreakAfterDefinitionReturnType: TopLevel
AlwaysBreakTemplateDeclarations: true
back to top