https://gitlab.opengeosys.org/ogs/ogs.git
Revision 1f01caa3f7ca1aa2bf751c79485896491dd223ca authored by Thomas Fischer on 20 November 2020, 11:37:38 UTC, committed by Thomas Fischer on 08 December 2020, 10:06:23 UTC
1 parent fbc938c
Raw File
Tip revision: 1f01caa3f7ca1aa2bf751c79485896491dd223ca authored by Thomas Fischer on 20 November 2020, 11:37:38 UTC
[GL] Constify in Polyline::getDistanceAlongPolyline.
Tip revision: 1f01caa
.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,toml,html,css,js,scss}]
indent_size = 2
back to top