https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 422833279db2c70eccfc95eeb7c7494d91828d50 authored by Christoph Lehmann on 07 April 2023, 07:41:48 UTC
Merge branch 'covariant-view' into 'master'
Tip revision: 4228332
.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