https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7860288aebf92b4c8df4e1ea73c594cd25226fc1 authored by Wenqing Wang on 24 March 2021, 11:27:12 UTC
[CTest/TRM] Added a test for option no_displacement_by_initial_total_stress
Tip revision: 7860288
.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