https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 5babfd7c5b455b89f3ba15befa77e07aec648c62 authored by Thomas Fischer on 01 June 2021, 08:50:17 UTC
[A/U/MGT] Test geo file creation for homogeneous meshing.
Tip revision: 5babfd7
.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