https://gitlab.opengeosys.org/ogs/ogs.git
Revision 95ecf82eab698e3fb45816417efff24e9daaa30b authored by Thomas Fischer on 03 November 2021, 09:19:00 UTC, committed by Dmitry Yu. Naumov on 05 November 2021, 16:42:17 UTC
1 parent 23dc2ef
Raw File
Tip revision: 95ecf82eab698e3fb45816417efff24e9daaa30b authored by Thomas Fischer on 03 November 2021, 09:19:00 UTC
[GL] Modernize GEOObjects::appendPolylineVec().
Tip revision: 95ecf82
.editorconfig
[*]
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4

[*.{md,pandoc}]
trim_trailing_whitespace = false

[*.{json,yml,yaml,toml,html,css,js,scss}]
indent_size = 2
back to top