https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ba51af070858619e4a0acba258d9e4a11c719efc authored by Wenqing Wang on 10 September 2021, 07:14:09 UTC
[Test/HM] Relaxed the tolerance of the result comparison of pressure of excavation_niches
Tip revision: ba51af0
.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