https://gitlab.opengeosys.org/ogs/ogs.git
Revision fc89cecb3fd068b85d53bbeeac45c93b96d4e81c authored by Wenqing Wang on 05 May 2021, 13:43:39 UTC, committed by Dmitry Yu. Naumov on 11 May 2021, 16:22:10 UTC
1 parent 28e04a5
Raw File
Tip revision: fc89cecb3fd068b85d53bbeeac45c93b96d4e81c authored by Wenqing Wang on 05 May 2021, 13:43:39 UTC
[ProjectData] call MeshLib::setMeshSpaceDimension(meshes)
Tip revision: fc89cec
.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