https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 1a857becb94c0c1a7f26a58cf76ec16d7ae88b6c authored by Christoph Lehmann on 31 March 2023, 13:39:10 UTC
Merge branch 'strong-type' into 'master'
Tip revision: 1a857be
.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