https://gitlab.opengeosys.org/ogs/ogs.git
Revision 2863864c255508da53026465ed554d389a873998 authored by Lars Bilke on 19 May 2021, 08:32:58 UTC, committed by Lars Bilke on 19 May 2021, 12:45:53 UTC
1 parent 4060392
Raw File
Tip revision: 2863864c255508da53026465ed554d389a873998 authored by Lars Bilke on 19 May 2021, 08:32:58 UTC
[ci] Check if container runs.
Tip revision: 2863864
.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