https://gitlab.opengeosys.org/ogs/ogs.git
Revision d4426c52a69955203d226cc0d89482cba32e7466 authored by Lars Bilke on 12 July 2023, 14:05:45 UTC, committed by Lars Bilke on 12 July 2023, 14:05:45 UTC
[ci] cdash submit as a separate step on win too.

See merge request ogs/ogs!4670
2 parent s f364063 + d1bf8f0
Raw File
Tip revision: d4426c52a69955203d226cc0d89482cba32e7466 authored by Lars Bilke on 12 July 2023, 14:05:45 UTC
Merge branch 'fix-ctest-win' into 'master'
Tip revision: d4426c5
.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