https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: afbe57cfe91dc1f6bbe81eb0d275d2a28e2b61fc authored by wenqing on 04 May 2021, 16:54:27 UTC
Merge branch 'fixTHM' into 'master'
Tip revision: afbe57c
.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