Revision d764df3eb8ec75a6dd32315afa681b780cba1fcf authored by Dominik Kern on 15 August 2021, 18:51:26 UTC, committed by Dominik Kern on 15 August 2021, 18:51:26 UTC
Staggered: check all processes for convergence in coupling iterations

See merge request ogs/ogs!3740
2 parent s 3811e43 + 1ff0986
Raw File
.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