https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: da61e1c3984ce086d8ebd22412be4cec449cd0f1 authored by Jaime Garibay on 05 May 2021, 09:46:00 UTC
[CL] changed name of setReactantVolumeFraction
Tip revision: da61e1c
.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