https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 9f504d93298fe9b7a64dc08814bf8227f6485b2a authored by Lars Bilke on 12 April 2021, 12:36:36 UTC
[ci] Doxygen warnings threshold (16).
Tip revision: 9f504d9
.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