https://gitlab.opengeosys.org/ogs/ogs.git
Revision fc89cecb3fd068b85d53bbeeac45c93b96d4e81c authored by Wenqing Wang on 05 May 2021, 13:43:39 UTC, committed by Dmitry Yu. Naumov on 11 May 2021, 16:22:10 UTC
1 parent 28e04a5
Raw File
Tip revision: fc89cecb3fd068b85d53bbeeac45c93b96d4e81c authored by Wenqing Wang on 05 May 2021, 13:43:39 UTC
[ProjectData] call MeshLib::setMeshSpaceDimension(meshes)
Tip revision: fc89cec
.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