https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 36739a737a2e432bc332ed484e58202701da8cc0 authored by Dominik Kern on 16 November 2021, 08:33:19 UTC
add parameter to config, use it in HM process and document it
Tip revision: 36739a7
.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