https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ff60f2ebd6f98887a407ad12ff0d8aea0e92b551 authored by Thomas Fischer on 16 February 2021, 07:58:09 UTC
[ParameterLib/RandomFieldMeshElementParameter] Fix docu path.
Tip revision: ff60f2e
.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