Skip to content

Commit

Permalink
Meta: add .editorconfig and .gitattributes; update WPT
Browse files Browse the repository at this point in the history
Part of whatwg/meta#7.

Also removes an accidentally-committed test.js file.
  • Loading branch information
domenic committed Mar 29, 2017
1 parent 39265f4 commit 69457fe
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
trim_trailing_whitespace = true
indent_size = 2

[*.{js,bs}]
max_line_length = 120

[.gitmodules]
indent_style = tab

[deploy.sh]
indent_size = 4
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* text=auto
*.bs diff=html linguist-language=HTML
Empty file removed reference-implementation/test.js
Empty file.
2 changes: 1 addition & 1 deletion reference-implementation/web-platform-tests

0 comments on commit 69457fe

Please sign in to comment.