https://gitlab.opengeosys.org/ogs/ogs.git
Revision 00c9b6d01aa8e7149eb150fd8c3bf2a65c532d63 authored by Dmitry Yu. Naumov on 08 October 2021, 16:56:31 UTC, committed by Dmitry Yu. Naumov on 08 October 2021, 16:56:31 UTC
Fixed a bug in LIE

Closes #3173

See merge request ogs/ogs!3834
2 parent s 88fbc90 + c98be45
Raw File
Tip revision: 00c9b6d01aa8e7149eb150fd8c3bf2a65c532d63 authored by Dmitry Yu. Naumov on 08 October 2021, 16:56:31 UTC
Merge branch 'fix_LIE' into 'master'
Tip revision: 00c9b6d
.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