https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: fb7fb41257b2b2e2bd1075c7c1775399ae8b6325 authored by Tymofiy Gerasimov on 19 December 2022, 12:18:15 UTC
Merge branch 'T+freezing_Two-phase_Stefan_problem' into 'master'
Tip revision: fb7fb41
.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