Revision f474315c5b0f615dcb5c43d187b6db46969ba5e0 authored by Christoph Lehmann on 11 October 2023, 18:18:22 UTC, committed by Christoph Lehmann on 11 October 2023, 18:18:22 UTC
Fixing off-by-one-timestep error in OGS's output when <linear> is used.

See merge request ogs/ogs!4749
2 parent s 1eeedb9 + 417f887
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,md}]
indent_size = 2
back to top