https://gitlab.opengeosys.org/ogs/ogs.git
Revision 37d27f636a4c7772e95b9339c86c20a6df16c95c authored by Wenqing Wang on 18 May 2021, 15:10:16 UTC, committed by Dmitry Yu. Naumov on 07 October 2021, 21:11:23 UTC
1 parent 013d8bd
Raw File
Tip revision: 37d27f636a4c7772e95b9339c86c20a6df16c95c authored by Wenqing Wang on 18 May 2021, 15:10:16 UTC
[UnitTest] Added a test for getElementRotationMatrices with 3D mesh
Tip revision: 37d27f6
.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