Revision a5dbf0f360b25873731b98da7632406a45979894 authored by Dmitry Yu. Naumov on 12 May 2021, 13:13:17 UTC, committed by Dmitry Yu. Naumov on 12 May 2021, 13:13:17 UTC
ctest improvements

See merge request ogs/ogs!3619
2 parent s e3b4c6c + 2325db8
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