https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f8eb3fa67df5b9b5c7b36af69a10c90258b3eb2b authored by Dmitri Naumov on 09 March 2021, 11:17:46 UTC
[T/RM] Relax tolerances for failing CI job.
Tip revision: f8eb3fa
.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