https://gitlab.opengeosys.org/ogs/ogs.git
Revision 90b43df7fc120e225338fd9de83369ac5aeb0102 authored by Lars Bilke on 23 July 2021, 06:13:24 UTC, committed by Lars Bilke on 23 July 2021, 06:13:24 UTC
[ci] Fixes for Win gui and container jobs

See merge request ogs/ogs!3717
2 parent s d02928d + 9240e92
Raw File
Tip revision: 90b43df7fc120e225338fd9de83369ac5aeb0102 authored by Lars Bilke on 23 July 2021, 06:13:24 UTC
Merge branch 'xdmf-followup' into 'master'
Tip revision: 90b43df
.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