https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e54e44dd52e3b010d9d38e2558c07b431a3ec5eb authored by Lars Bilke on 26 March 2023, 21:45:03 UTC
Merge branch 'ci-unittests' into 'master'
Tip revision: e54e44d
.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