https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: db106993b096e8ef3378e9154d46b8e1a79e82b8 authored by Christoph Lehmann on 29 September 2023, 08:04:56 UTC
Merge branch 'fix-is-linear-output-off-by-one' into 'master'
Tip revision: db10699
.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