https://gitlab.opengeosys.org/ogs/ogs.git
Revision 758df28f7adfc2edd9c0ea0f2c68d16371aed0f7 authored by Dmitry Yu. Naumov on 24 September 2021, 16:24:23 UTC, committed by Dmitry Yu. Naumov on 24 September 2021, 16:24:23 UTC
TH2M Benchmark test Liakopoulos

See merge request ogs/ogs!3795
2 parent s a1cc159 + 4470d06
Raw File
Tip revision: 758df28f7adfc2edd9c0ea0f2c68d16371aed0f7 authored by Dmitry Yu. Naumov on 24 September 2021, 16:24:23 UTC
Merge branch 'TH2M_Liakopoulos' into 'master'
Tip revision: 758df28
.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