https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 3da663385acdd3ef9ef170ab2e167fd643c7b317 authored by James Graham on 19 October 2016, 12:43:59 UTC
Enable logging test stability results to GitHub PR.
Tip revision: 3da6633
.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