Revision 1aa157a0883d05398005fcac9527057221a48a47 authored by Karsten Rink on 10 January 2023, 16:53:36 UTC, committed by Karsten Rink on 10 January 2023, 16:53:36 UTC
[FileIO] XYZ raster reader

See merge request ogs/ogs!4430
2 parent s 5d09c81 + fe74e9e
Raw File
.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,md}]
indent_size = 2
back to top