https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ef83fc12998ab106187013c8a5059a6dff83823f authored by Christoph Lehmann on 04 August 2023, 09:41:04 UTC
Merge branch 'trm-prev-states' into 'master'
Tip revision: ef83fc1
.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