https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: efe3542cfb51be4bb502c24d14dd1b3b1e6d06b2 authored by Dmitri Naumov on 18 May 2021, 08:31:16 UTC
[T/TRM] A2; Slightly relax stress tolerance.
Tip revision: efe3542
.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