https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: eadb895c4d4ed78fa72e6894a70b8fc26b94dcff authored by Lars Bilke on 11 April 2023, 09:48:29 UTC
Merge branch 'better-license-file' into 'master'
Tip revision: eadb895
.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