https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 800716154c3287fe60914e2ec1a0e2dcf08c4c0e authored by wenqing on 15 March 2023, 09:32:34 UTC
Merge branch 'stabilizer_update' into 'master'
Tip revision: 8007161
.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