https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: fd8af379a4342c7400b8406c2c292237db3d43d7 authored by Lars Bilke on 16 July 2020, 14:56:15 UTC
[ci] Build package target on Linux and Mac.
Tip revision: fd8af37
.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