https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: af9308c85e87dfdf02cecad8fa330d2f0b949209 authored by joergbuchwald on 30 July 2021, 09:59:54 UTC
Merge branch 'fix_specific_heat_capacity' into 'master'
Tip revision: af9308c
.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