Revision 2efc9a6cbb8fc1b2053ae140de655de754f88e83 authored by Dmitry Yu. Naumov on 06 September 2021, 08:52:25 UTC, committed by Dmitry Yu. Naumov on 06 September 2021, 08:52:25 UTC
TH2M restart; integration point data IO.

See merge request ogs/ogs!3759
2 parent s 4be3a4a + 18d3df2
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