https://gitlab.opengeosys.org/ogs/ogs.git
Revision b70650bef92f73ad5f7e578e4d8eb5c88e1ca2d1 authored by wenqing on 02 November 2021, 08:06:40 UTC, committed by wenqing on 02 November 2021, 08:06:40 UTC
Improvement in GmshReader

See merge request ogs/ogs!3859
2 parent s 7ea6c2a + 1210cb0
Raw File
Tip revision: b70650bef92f73ad5f7e578e4d8eb5c88e1ca2d1 authored by wenqing on 02 November 2021, 08:06:40 UTC
Merge branch 'improve_GMSH2OGS_1' into 'master'
Tip revision: b70650b
.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