https://gitlab.opengeosys.org/ogs/ogs.git
Revision 7eec6a9152bc9e83228206d08b96a9c5d52eae5f authored by Lars Bilke on 18 May 2021, 18:56:24 UTC, committed by Lars Bilke on 18 May 2021, 18:56:24 UTC
Draft: [cmake] Job pools for Ninja.

See merge request ogs/ogs!3624
2 parent s fee75ce + 4060392
Raw File
Tip revision: 7eec6a9152bc9e83228206d08b96a9c5d52eae5f authored by Lars Bilke on 18 May 2021, 18:56:24 UTC
Merge branch 'job-pools' into 'master'
Tip revision: 7eec6a9
.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