https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b0828bb588aaf8e75950500f200c318982c4563d authored by Tom Fischer on 02 April 2023, 16:14:41 UTC
Merge branch 'ExpandCreateMeshFromElementSelectionForParallelCase' into 'master'
Tip revision: b0828bb
.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