https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 08abc4838f706b971236aafcbb1d5ae23bccaaea authored by wenqing on 21 February 2023, 13:38:56 UTC
Merge branch 'FE_mini_benchmark1' into 'master'
Tip revision: 08abc48
.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