https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c67372048f0bf8b22051b06a4a51f7e5f7e284f8 authored by Lars Bilke on 26 August 2021, 13:02:00 UTC
[web] Updated prerequisites and fork workflow instructions.
Tip revision: c673720
.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