Revision 33431e9532ccb8409ce24cf13822c5c66cc784eb authored by Lars Bilke on 07 July 2021, 06:13:22 UTC, committed by Lars Bilke on 07 July 2021, 06:13:22 UTC
[ci] Restore ctest large functionality

See merge request ogs/ogs!3693
2 parent s e4e8508 + afd8660
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