https://gitlab.opengeosys.org/ogs/ogs.git
Revision 82ecc2abd34b7d552dada1d8b871b33192fb6f60 authored by Wenqing Wang on 23 November 2020, 14:09:43 UTC, committed by Wenqing Wang on 23 November 2020, 14:22:10 UTC
1 parent 33d7a7a
Raw File
Tip revision: 82ecc2abd34b7d552dada1d8b871b33192fb6f60 authored by Wenqing Wang on 23 November 2020, 14:09:43 UTC
[RM/Test/Liakopoulos] Recovered two properties and updated the reference files
Tip revision: 82ecc2a
.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