https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a1f53e7be9c5b2aee6931dede79d2b89e6170fd9 authored by Thomas Fischer on 04 November 2021, 07:34:51 UTC
[GL] Polyline::insertPoint(): Handle illegal input.
Tip revision: a1f53e7
.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