https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 2bd47de8b72253306521b00b4a69eb7e71c1579c authored by Darren Shen on 06 April 2018, 06:51:15 UTC
[css-typed-om] Add support for border properties.
Tip revision: 2bd47de
.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