https://gitlab.opengeosys.org/ogs/ogs.git
Revision d0a28ac50722736c9ac0d0df28c7e7cc704c663e authored by Wenqing Wang on 25 June 2021, 15:31:40 UTC, committed by Wenqing Wang on 13 July 2021, 16:32:08 UTC
1 parent fda4257
Raw File
Tip revision: d0a28ac50722736c9ac0d0df28c7e7cc704c663e authored by Wenqing Wang on 25 June 2021, 15:31:40 UTC
[NumLib] Modified NumLibFemIsoTest according to the change in computeMappingMatrices
Tip revision: d0a28ac
.clang-format
---
Language:        Cpp
BasedOnStyle:    Google

AccessModifierOffset: -4
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
BreakBeforeBraces: Allman
DerivePointerAlignment: false
ExperimentalAutoDetectBinPacking: true
IndentWidth:     4
PointerAlignment: Left
Standard:        Cpp11
TabWidth:        4
UseTab:          Never
back to top