https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: afc1d1f5dbfd3994da80392ad53ce9b1ca22508a authored by Thomas Fischer on 10 September 2021, 13:25:01 UTC
Revert "[NumLib] Corrected the sizes of shape_matrix in computeShapeMatrices."
Tip revision: afc1d1f
.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