Revision 9ac457f76e12f22266b6045a94b745382f26229a authored by Antonio M. Recuero on 29 January 2024, 16:25:49 UTC, committed by Antonio Recuero on 02 March 2024, 19:27:53 UTC
This is needed for explicit dynamics contact constraints which use
material properties on both secondary node and primary projection point.
1 parent be55865
Raw File
.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

FixNamespaceComments: false
back to top