https://gitlab.opengeosys.org/ogs/ogs.git
Revision 1cfb2af0aea3f172a646109e236c2c5056269d83 authored by Thomas Fischer on 29 January 2021, 05:04:49 UTC, committed by Dmitri Naumov on 13 March 2021, 20:23:03 UTC
1 parent 50f2e71
Raw File
Tip revision: 1cfb2af0aea3f172a646109e236c2c5056269d83 authored by Thomas Fischer on 29 January 2021, 05:04:49 UTC
[A/U/ME/createLayeredMeshFromRaster] Constify rasters.
Tip revision: 1cfb2af
.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