https://gitlab.opengeosys.org/ogs/ogs.git
Revision 3489cd848c49d87441895ca721bc4d8704266299 authored by wenqing on 20 February 2023, 09:55:05 UTC, committed by wenqing on 20 February 2023, 09:55:05 UTC
[HC] Moved the member function definitions to a new file

See merge request ogs/ogs!4489
2 parent s 9037c80 + ce34866
Raw File
Tip revision: 3489cd848c49d87441895ca721bc4d8704266299 authored by wenqing on 20 February 2023, 09:55:05 UTC
Merge branch 'stabilizer_update0' into 'master'
Tip revision: 3489cd8
.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