Revision 526cc96b977911a7349d6a24923f5cc6a20213b9 authored by Lars Bilke on 03 April 2023, 17:57:44 UTC, committed by Lars Bilke on 03 April 2023, 17:57:44 UTC
[ci] Reducing runtime on wheel and notebook jobs

See merge request ogs/ogs!4552
2 parent s 86cf986 + 7ecfc6a
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