https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 48f80909dfdfd2f03a1541d08e6cbdc5a122b58c authored by renchao_lu on 09 June 2021, 19:50:22 UTC
[Web] Web documentation of the parallel-plate testcase.
Tip revision: 48f8090
.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