swh:1:snp:adcffee4282eeac9899a19b6d401bd7308707119
Raw File
Tip revision: 983f44d2f5abb5107e710fc26ba1afa3ea76b40d authored by Tamas Nepusz on 06 January 2022, 21:20:31 UTC
test: add temporary debug output to failing test case on s390x
Tip revision: 983f44d
.editorconfig
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{c,cc,cpp,h,hh,hpp}]
indent_style = space
indent_size = 4

[Makefile]
indent_style = tab
back to top