https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 669e6d2559b0b9403c01cd6f7837c951692738f4 authored by Darren Shen on 03 April 2018, 10:47:38 UTC
[css-typed-om] Add a few keyword properties.
Tip revision: 669e6d2
.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