https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 1497297b59279675b70314e91abcc19f1b4a987b authored by Dmitri Naumov on 08 September 2021, 14:02:09 UTC
[T/TH2M] Slightly relax test tolerances.
Tip revision: 1497297
.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