https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b7fdacad4ed259a16f36cf40a936fae52bcf692e authored by Lars Bilke on 01 March 2021, 13:53:47 UTC
Merge branch 'update-conan' into 'master'
Tip revision: b7fdaca
.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