Revision 9fdcba8939c0025e97ffcbfcb5c01e630f982147 authored by Tobias Meisel on 07 September 2021, 10:54:37 UTC, committed by Tobias Meisel on 07 September 2021, 10:54:37 UTC
Multimesh_output

See merge request ogs/ogs!3604
2 parent s 077dc5d + 1566f1e
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