Revision 0b3c1da58bf073fbb8967d1b528cf40dbd7c7f4a authored by Lars Bilke on 26 April 2021, 06:35:47 UTC, committed by Lars Bilke on 26 April 2021, 06:35:47 UTC
[MeL/IO] HDF: reduce data size

See merge request ogs/ogs!3514
2 parent s 24f7571 + f71bd81
Raw File
.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