Revision 1a399f9047f86daf65c7e92307f079d8a2a55167 authored by Christoph Lehmann on 14 April 2023, 04:47:08 UTC, committed by Christoph Lehmann on 14 April 2023, 04:47:08 UTC
Draft: Remove mat vec provider

See merge request ogs/ogs!4549
2 parent s e2fd9dc + abaec92
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