https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7d545b6fe2f04ea61def6fd05305ef2cbc9479b2 authored by rinkk on 28 May 2021, 15:55:38 UTC
[FileIO] Info on shp-polygons consisting of multiple parts
Tip revision: 7d545b6
.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