Revision 278331c01976de5a04b3aa0046c79fa55b47ca00 authored by Lars Bilke on 11 May 2021, 13:11:37 UTC, committed by Lars Bilke on 11 May 2021, 13:11:37 UTC
[ci] Limit ctest output to last x lines

See merge request ogs/ogs!3616
2 parent s bb9bfe5 + 033fa1e
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