Revision c9ec60d0d3225005f9eeceb5c16aa51708291846 authored by Karsten Rink on 29 March 2021, 10:40:51 UTC, committed by Karsten Rink on 29 March 2021, 10:40:51 UTC
[utils] added boundary extraction to vertical slice extraction tool

See merge request ogs/ogs!3548
2 parent s 06d7927 + 3e92ede
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}]
indent_size = 2
back to top