https://gitlab.opengeosys.org/ogs/ogs.git
Revision b8ce717feffefed5eb2e944b918de453963d935f authored by Dmitry Yu. Naumov on 01 October 2021, 20:52:00 UTC, committed by Dmitry Yu. Naumov on 01 October 2021, 20:52:00 UTC
Fixing TES Zeolite ctest.

Closes #3198

See merge request ogs/ogs!3815
2 parent s f63a01b + 8a63aad
Raw File
Tip revision: b8ce717feffefed5eb2e944b918de453963d935f authored by Dmitry Yu. Naumov on 01 October 2021, 20:52:00 UTC
Merge branch 'FixingTesZeoliteCtest' into 'master'
Tip revision: b8ce717
.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