Revision 5d0ac0c740ac02250b586b50bac7c1c41464bf3f authored by Lars Bilke on 19 September 2022, 10:50:45 UTC, committed by Lars Bilke on 19 September 2022, 10:50:45 UTC
Python wheels for module and ogs binaries

See merge request ogs/ogs!4263
2 parent s 93bb8a9 + dfd918f
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