https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: cd57df9e5555c8def02580e076a9847563bbe8c2 authored by Lars Bilke on 24 February 2021, 19:53:48 UTC
Merge branch 'ci-manual-large' into 'master'
Tip revision: cd57df9
.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