Revision 45d848fb9dcb9e4533266f2d404455db03f9760d authored by Christophe Prud'homme on 05 April 2021, 20:46:42 UTC, committed by Christophe Prud'homme on 05 April 2021, 20:46:42 UTC
use stress formulation
up python script
add ethiersteinmann in 3D

/cc @PhilippeRicka @thomas-saigre @romainhild
[ci skip]
1 parent b9c5cec
Raw File
.clang-format
BasedOnStyle: LLVM

BreakBeforeBraces: Allman
AlignTrailingComments: true
IndentWidth: 4
UseTab: Never
AlignAfterOpenBracket: true
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: true
NamespaceIndentation: None
ColumnLimit: 0
ReflowComments: true
SpacesInParentheses: true

back to top