Revision fc803919af207aa4d41a5eda7242b1e5e51be2ac authored by Lars Bilke on 01 June 2021, 18:19:50 UTC, committed by Lars Bilke on 01 June 2021, 18:19:50 UTC
[FileIO] Info on shp-polygons consisting of multiple parts

See merge request ogs/ogs!3645
2 parent s d7f3e5f + 7d545b6
Raw File
.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