https://gitlab.opengeosys.org/ogs/ogs.git
Revision da134e84ed019e5f8a2f7ff8cf6c712ae88baa11 authored by Lars Bilke on 20 October 2021, 07:50:47 UTC, committed by Lars Bilke on 21 October 2021, 10:44:31 UTC
1 parent 2f3728d
Raw File
Tip revision: da134e84ed019e5f8a2f7ff8cf6c712ae88baa11 authored by Lars Bilke on 20 October 2021, 07:50:47 UTC
[ctest] Add missing default label.
Tip revision: da134e8
.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