https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 2207a37c38f93ad6e74745dedb28e1dbd4660430 authored by Hwanseung Lee on 28 March 2018, 06:47:36 UTC
[css-typed-om] support x, y, cx, cy properties
Tip revision: 2207a37
.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