https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 6d314218a8cf821c9057d6039f40c528eff4a964 authored by Dmitri Naumov on 12 October 2021, 16:20:35 UTC
[T/RM] Tweak tolerances of solvers and vtkdiff.
Tip revision: 6d31421
.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