https://gitlab.opengeosys.org/ogs/ogs.git
Revision b08ae5add2e47328bce5909991e67bdf433a39df authored by Lars Bilke on 31 March 2022, 12:15:03 UTC, committed by Lars Bilke on 31 March 2022, 12:15:03 UTC
[ci] Deploy CLI on Windows GUI downloads

Closes #3196

See merge request ogs/ogs!4069
2 parent s 9de96df + 621fd9b
Raw File
Tip revision: b08ae5add2e47328bce5909991e67bdf433a39df authored by Lars Bilke on 31 March 2022, 12:15:03 UTC
Merge branch 'cli-gui-master' into 'master'
Tip revision: b08ae5a
.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