https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 71fbb3e0d30ce0555b4747de5620c6061ec5b40f authored by Dmitri Naumov on 06 July 2021, 21:15:40 UTC
doxygen; set new minimum for warnings.
Tip revision: 71fbb3e
.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