https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 346314cfcd0e927ebc8faf2594727c9acab5f858 authored by Tom Fischer on 13 January 2023, 10:47:52 UTC
Merge branch 'FixSecondaryVariableOutput' into 'master'
Tip revision: 346314c
.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