https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e6768efcf9cb85cc0de7676fbdb0e507291b522f authored by joerg on 17 February 2022, 21:03:39 UTC
added small tests for new eigen iterative solvers
Tip revision: e6768ef
.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