https://gitlab.opengeosys.org/ogs/ogs.git
Revision 1f37852bda443da44dbb3d4e286a7aeaf2a2e35f authored by Dmitri Naumov on 15 September 2021, 15:38:51 UTC, committed by Dmitri Naumov on 21 September 2021, 10:53:58 UTC
1 parent 77bbb80
Raw File
Tip revision: 1f37852bda443da44dbb3d4e286a7aeaf2a2e35f authored by Dmitri Naumov on 15 September 2021, 15:38:51 UTC
[T/TH2M] Relax testing tolerance slightly.
Tip revision: 1f37852
.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