Revision a8eaac03e49a3da0b71366e98c819d352811ec87 authored by Dmitry Yu. Naumov on 18 March 2021, 15:02:21 UTC, committed by Dmitry Yu. Naumov on 18 March 2021, 15:02:21 UTC
HM fixed stress split implementation

See merge request ogs/ogs!3476
2 parent s 2823eab + 79041f1
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