aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Kellock <[email protected]>2017-01-21 20:13:04 -0500
committerGitHub <[email protected]>2017-01-21 20:13:04 -0500
commit0ee14fb73a86bc28bfd01b0b2799b7c0d3fc635c (patch)
treec2c0480679d1b58ca32b47e8091176074732d51f
parent961e8c41e9d5310283c04034b11d64542208d614 (diff)
parent4cc2aa78f15bb6f0e41384fd3acb60bb8526a8fe (diff)
Merge branch 'master' into external-babelrc
-rw-r--r--.editorconfig17
-rw-r--r--package.json2
2 files changed, 18 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..ac0adb7
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,17 @@
+root = true
+
+[*]
+indent_style = tab
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[{package.json,.*rc,*.yml}]
+indent_style = space
+indent_size = 2
+
+[*.md]
+trim_trailing_whitespace = false
+indent_style = space
+indent_size = 2
diff --git a/package.json b/package.json
index 04b6af4..0d39c8e 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
"eventemitter",
"pubsub"
],
- "homepage": "httsp://github.com/developit/mitt",
+ "homepage": "https://github.com/developit/mitt",
"authors": [
"Jason Miller <[email protected]>"
],