https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 9983d08876476f4ef3d2c54a1d84087b7f4709df authored by Dmitry Yu. Naumov on 31 August 2023, 08:14:16 UTC
Merge branch 'THMF_CorrectHistoryVariableUpdate' into 'master'
Tip revision: 9983d08
.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