https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 71bbe7ddeef3b756eac2d5545ef72129367a0a4d authored by Christian Silbermann on 27 July 2021, 11:30:29 UTC
Merge branch 'ModifiedCamClay_reportBugFix' into 'master'
Tip revision: 71bbe7d
.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