https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 5a7dcee49f47af630b090285ed6a92a441919e5e authored by Wenqing Wang on 20 July 2021, 07:56:30 UTC
[Ctest/TM/tm1_2Dbeam] Increased the error tolerance of displacement
Tip revision: 5a7dcee
.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