Revision a862941bd220dc07b59941240f530a63d0028f70 authored by Lars Bilke on 26 May 2021, 12:03:30 UTC, committed by Lars Bilke on 26 May 2021, 12:03:30 UTC
[cmake] Collect python packages and run poetry add just once.

See merge request ogs/ogs!3524
2 parent s a83e717 + 72c457b
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