https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 43258225e799cca4b6ee6d5001d7781f94516bd7 authored by Wenqing Wang on 06 September 2021, 07:18:19 UTC
Increased the tolerance of the local Newton method for BGRa in one test
Tip revision: 4325822
.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