https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 71ed5d391f219630a3ad4a6eedba8fbcebc384cd authored by Karsten Rink on 22 May 2023, 07:25:41 UTC
Merge branch 'SaveRasterDE' into 'master'
Tip revision: 71ed5d3
.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