https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7f928b6639fc26211ba4dbf8ff2dc755128ce89a authored by wenqing on 02 March 2023, 08:58:15 UTC
Merge branch 'FE_mini_benchmark1' into 'master'
Tip revision: 7f928b6
.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