https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 1cff364d02d007106dc505ef6b6c268623a45af3 authored by Dominik Kern on 23 November 2021, 20:19:03 UTC
Merge branch 'add_coupling_scheme_paramter_with_docu' into 'master'
Tip revision: 1cff364
.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