https://gitlab.opengeosys.org/ogs/ogs.git
Revision 89c64e76ded1e924c1c4246d8a40908d88ba587d authored by Dmitry Yu. Naumov on 26 April 2023, 13:44:13 UTC, committed by Dmitry Yu. Naumov on 26 April 2023, 13:44:13 UTC
Work around xvfb-run quirks

See merge request ogs/ogs!4577
2 parent s 2789504 + 0f819f9
Raw File
Tip revision: 89c64e76ded1e924c1c4246d8a40908d88ba587d authored by Dmitry Yu. Naumov on 26 April 2023, 13:44:13 UTC
Merge branch 'fix-ci-xvfb-run' into 'master'
Tip revision: 89c64e7
.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