https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 8c15f026f38a3698338b78f5cfa36e3ca6cf3a5b authored by Wenqing Wang on 10 August 2021, 13:32:22 UTC
[TM] Compute eps only if norm(u) is non-zero
Tip revision: 8c15f02
.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