https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2d2eada619b4c35f759b8902b64df0a183f827ac authored by Lars Bilke on 22 February 2023, 15:12:51 UTC
Merge branch 'cache-ext' into 'master'
Tip revision: 2d2eada
.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