https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: dad1b969d19fed3336842bb4e4c927857ed476c8 authored by Wenqing Wang on 09 September 2021, 07:03:29 UTC
[Test/HT] Increased the tolerance pf the linear solver for H in
Tip revision: dad1b96
.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