https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f9ea88b9bc3b1f366e589fa2f7ebc1514be820e9 authored by Lars Bilke on 27 May 2021, 13:07:21 UTC
[ci] Cleanup ctest log files for passed tests.
Tip revision: f9ea88b
.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