https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: edc840867bbd99f7b1b62cb7886772249b1771a1 authored by Wenqing Wang on 11 May 2021, 09:46:36 UTC
[UnitTest] Added a test for MeshLib::is2DMeshOnRotatedVerticalPlane and
Tip revision: edc8408
.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