https://gitlab.opengeosys.org/ogs/ogs.git
Revision 2b51b1b359d45a9796b3dbba7422013d2d633bdd authored by Lars Bilke on 16 March 2021, 12:41:47 UTC, committed by Lars Bilke on 16 March 2021, 12:41:47 UTC
cmake-format

See merge request ogs/ogs!3518
2 parent s 353baf5 + 715ee8f
Raw File
Tip revision: 2b51b1b359d45a9796b3dbba7422013d2d633bdd authored by Lars Bilke on 16 March 2021, 12:41:47 UTC
Merge branch 'cmake-format-1' into 'master'
Tip revision: 2b51b1b
.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