https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d776c943cfb7e51b2856e0fc4e5080322d2d89ac authored by wenqing on 10 February 2023, 16:54:53 UTC
Merge branch 'FE_mini_benchmark1' into 'master'
Tip revision: d776c94
.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