https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2d2264f07a675fb1e04226436f7b4483fa407f4b authored by Lars Bilke on 12 March 2021, 15:43:01 UTC
Merge branch 'cmake-lint' into 'master'
Tip revision: 2d2264f
.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