https://gitlab.opengeosys.org/ogs/ogs.git
Revision 5e184dd5794247acbdcbfe503e46c17ad951ac37 authored by Lars Bilke on 18 February 2021, 13:05:14 UTC, committed by Lars Bilke on 19 February 2021, 08:56:48 UTC
1 parent 671077b
Raw File
Tip revision: 5e184dd5794247acbdcbfe503e46c17ad951ac37 authored by Lars Bilke on 18 February 2021, 13:05:14 UTC
[ci] Fix artifacts inheritance.
Tip revision: 5e184dd
.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