https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d95587b8d3711ebde5dfbffba68531cb17be66cd authored by Lars Bilke on 17 January 2023, 08:16:45 UTC
Merge branch 'ctest-perf' into 'master'
Tip revision: d95587b
.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