https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d03d7f0374c71298578827a4b929537e9c0cf78c authored by Lars Bilke on 06 January 2023, 16:45:57 UTC
Merge branch 'web-proc-conf' into 'master'
Tip revision: d03d7f0
.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