https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d4a7579155779e7570cb03e42b52b0af373f2b23 authored by Wenqing Wang on 02 November 2020, 07:26:39 UTC
[TRM] Improved the calculation of the displacement portion of RHS
Tip revision: d4a7579
.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