https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: fd107f4d2a40213fb7f792c065a7f985e50a7ba5 authored by Wenqing Wang on 24 February 2021, 13:50:05 UTC
[HM] Added if-condition to avoid multiple initial stress definition
Tip revision: fd107f4
.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