https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 0ebe8aa3483d95f469a811717bcacfe9b4d63811 authored by Wenqing Wang on 09 July 2021, 14:37:57 UTC
[Test/SmallDeformation] Changed the type of temperature reference to Parameter
Tip revision: 0ebe8aa
.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