https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 740ed6159b245ddc2928190b85c21e061ada0cb5 authored by Tom Fischer on 10 May 2021, 13:45:34 UTC
Merge branch 'LF_UseSpecificBodyForce' into 'master'
Tip revision: 740ed61
.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