https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7cdc0440dd745386e84bae587dda45272b16972f authored by wenqing on 01 March 2023, 13:15:04 UTC
Merge branch 'FE_mini_benchmark1' into 'master'
Tip revision: 7cdc044
.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