https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 79d25945f7b14ed6252950b4b8ee8d25a4c7ac44 authored by Christoph Lehmann on 30 March 2023, 19:10:41 UTC
Merge branch 'strong-type' into 'master'
Tip revision: 79d2594
.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