https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 15416fe1369901f4f9e6f127c6ef80f093c0dfc8 authored by Tobias Meisel on 18 December 2020, 15:22:46 UTC
[MeL/IO] Xdmfwriter is optional part of xdmfhdfwriter
Tip revision: 15416fe
.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