https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 19d850395c679eb32ef5283fbb64c6756c75c414 authored by Wenqing Wang on 11 October 2021, 06:43:21 UTC
[UnitTest] Fixed the bug in NumLibNaturalCoordinates
Tip revision: 19d8503
.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