https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 1c347c1bcbe13cec655b8487ff2c67f0232bdc90 authored by Luke Bjerring on 29 March 2018, 14:49:12 UTC
Check inherited interfaces exist
Tip revision: 1c347c1
.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