https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 077ea5479d0e99759824fe87bf1203d63ba8f41d authored by Thomas Nagel on 05 September 2021, 17:38:44 UTC
Merge branch 'BGRa_ext' into 'master'
Tip revision: 077ea54
.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