https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 0423cbc0dc017283c7cff5c135739deca665fc20 authored by Dmitry Yu. Naumov on 07 September 2021, 08:14:15 UTC
[T/THM/BGRa] Relax local Newton tolerance.
Tip revision: 0423cbc
.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