https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 397fe7261475d97093f82b7b77cf19e5b30050c0 authored by Thomas Fischer on 18 March 2021, 07:16:32 UTC
[T/Data] Phasefield test using multiple meshes.
Tip revision: 397fe72
.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