https://gitlab.opengeosys.org/ogs/ogs.git
Revision 5287730747449c92cfe1027e5a20300e4bbe3be3 authored by Lars Bilke on 24 February 2023, 15:14:51 UTC, committed by Lars Bilke on 24 February 2023, 15:14:51 UTC
[ci] Introduce MR label ci_large for enabling large tests.

See merge request ogs/ogs!4491
2 parent s c47fe99 + 40224e1
Raw File
Tip revision: 5287730747449c92cfe1027e5a20300e4bbe3be3 authored by Lars Bilke on 24 February 2023, 15:14:51 UTC
Merge branch 'ci_large-label' into 'master'
Tip revision: 5287730
.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