From 69457fe10b3b0e5e8ab9118c13634a6d06bad7d2 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Wed, 29 Mar 2017 17:29:29 +0900 Subject: [PATCH] Meta: add .editorconfig and .gitattributes; update WPT Part of https://github.com/whatwg/meta/issues/7. Also removes an accidentally-committed test.js file. --- .editorconfig | 18 ++++++++++++++++++ .gitattributes | 2 ++ reference-implementation/test.js | 0 reference-implementation/web-platform-tests | 2 +- 4 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 .editorconfig create mode 100644 .gitattributes delete mode 100644 reference-implementation/test.js diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..69a8b3d9a --- /dev/null +++ b/.editorconfig @@ -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 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..2f2e77ea1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto +*.bs diff=html linguist-language=HTML diff --git a/reference-implementation/test.js b/reference-implementation/test.js deleted file mode 100644 index e69de29bb..000000000 diff --git a/reference-implementation/web-platform-tests b/reference-implementation/web-platform-tests index 50a6d416f..cd04edc77 160000 --- a/reference-implementation/web-platform-tests +++ b/reference-implementation/web-platform-tests @@ -1 +1 @@ -Subproject commit 50a6d416fcd11e9c6a4a4a7514623e449c7fc4cb +Subproject commit cd04edc779947159aeeaa187bbcc9bfe58ba110f