https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 74c1042fbe21a44ab287c67134afb76012587f2f authored by Anne van Kesteren on 11 April 2018, 13:03:14 UTC
XMLHttpRequest: response header value containing 0x00
Tip revision: 74c1042
.editorconfig
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

back to top