Revision bbc4e96b38864a5c3afd17ba3b0ff480894b7315 authored by Dmitry Yu. Naumov on 28 May 2021, 08:37:19 UTC, committed by Dmitry Yu. Naumov on 28 May 2021, 08:37:19 UTC
[ctest] Fixing log output

See merge request ogs/ogs!3639
2 parent s cc050e8 + f9ea88b
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