https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ab7269140db5f41cbb90892ace023d72c85bde7c authored by Christoph Lehmann on 12 April 2023, 13:31:47 UTC
Merge branch 'matrix-output' into 'master'
Tip revision: ab72691
.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