https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 40a60f758d4d4d5c83a63153567955b6e97fa86e authored by Lars Bilke on 24 March 2021, 14:42:24 UTC
Merge branch 'doxygen-warnings' into 'master'
Tip revision: 40a60f7
.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