https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 3e170d6f8ffa9988586cc8a58373abca59aa236a authored by Dmitri Naumov on 10 March 2021, 10:05:23 UTC
[T/RM] Update reference. Rhs includes stresses.
Tip revision: 3e170d6
.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