https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 84fd1343fbc4ff5ec76d866621a8547210e0a66c authored by Tobias Meisel on 01 November 2023, 10:59:49 UTC
Merge branch 'chunk_size' into 'master'
Tip revision: 84fd134
.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