https://gitlab.opengeosys.org/ogs/ogs.git
Revision 0f819f9f27f021d31f423b7eccfa6ede98860e94 authored by Lars Bilke on 26 April 2023, 07:38:21 UTC, committed by Lars Bilke on 26 April 2023, 09:45:27 UTC
1 parent 84d78ad
Raw File
Tip revision: 0f819f9f27f021d31f423b7eccfa6ede98860e94 authored by Lars Bilke on 26 April 2023, 07:38:21 UTC
[ci] Fix Windows ctest condition.
Tip revision: 0f819f9
.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