https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 052f28f9f638e21467464807615f245e4d371c70 authored by Wenqing Wang on 26 February 2021, 15:38:56 UTC
[MPL/Curve] Fixed a bug
Tip revision: 052f28f
.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