https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 42a0067d9a06c3cfa4a002346a08378ca21d6770 authored by Venkatesh Pitta on 11 April 2018, 09:34:45 UTC
Improve error when unable to find SSL key or cert.
Tip revision: 42a0067
.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