https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 663ba75ef9657ea3f16527fa64dcb945531c0160 authored by Dmitry Yu. Naumov on 12 October 2021, 11:38:05 UTC
Merge branch 'MPL_in_ThermalTwoPhaseFlowWithPP_part_1' into 'master'
Tip revision: 663ba75
.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