https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 65a4b6d6734f8a0a53256a1068cf4dd45005508a authored by MPitz on 09 December 2021, 09:04:45 UTC
Merge branch 'michaelpitz-master-patch-45683' into 'master'
Tip revision: 65a4b6d
.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