https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 07b53eeaf21ae451041d532ea97c4c8137f07dba authored by Tom Fischer on 25 April 2023, 10:53:47 UTC
Merge branch 'VariableOutput' into 'master'
Tip revision: 07b53ee
.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