https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 298e2595621530a9c2b65f1634b513e048a51166 authored by Lars Bilke on 23 April 2021, 10:39:48 UTC
Merge branch 'ci-needs' into 'master'
Tip revision: 298e259
.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