Revision 46b7f1a0db4e277da483ed719a83b0a2ced35ecd authored by Dmitry Yu. Naumov on 07 October 2021, 18:49:16 UTC, committed by Dmitry Yu. Naumov on 07 October 2021, 18:49:16 UTC
Remove Qt dependency from MoveGeometry and TriangulatePolyline

See merge request ogs/ogs!3829
2 parent s 315f0eb + 1836e43
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