https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 530e85c0d7a726ac0ee95595043ed208c84b94ff authored by wenqing on 07 February 2023, 13:03:18 UTC
Merge branch 'inclined_element_HC' into 'master'
Tip revision: 530e85c
.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