https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 54c1cd5053c789dc762c746be8fbc5e37473eb36 authored by Yutaka Hirano on 13 April 2018, 05:21:32 UTC
Stringify RequestInit.body
Tip revision: 54c1cd5
.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