https://gitlab.opengeosys.org/ogs/ogs.git
Revision bb79dd0d98979ec397dc248835c61b2fef3671de authored by Wenqing Wang on 14 October 2021, 15:54:08 UTC, committed by Dmitry Yu. Naumov on 18 October 2021, 08:46:41 UTC
1 parent 4d8d00c
Raw File
Tip revision: bb79dd0d98979ec397dc248835c61b2fef3671de authored by Wenqing Wang on 14 October 2021, 15:54:08 UTC
[partmesh] Removed the option of '-q' or '--lh_elements' for
Tip revision: bb79dd0
.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