Revision deea81a23b76b9fc96a0e411a8e72670ca85eefc authored by Dmitry Yu. Naumov on 29 July 2021, 10:55:10 UTC, committed by Dmitry Yu. Naumov on 29 July 2021, 10:55:10 UTC
Enabled integration point data I/O in THM

See merge request ogs/ogs!3718
2 parent s 36c58ab + 66093f1
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