Add editorconfig, resolve differences
This includes newlines, tabs, among other things.
This commit is contained in:
parent
80d0a69dab
commit
b4fb21475c
90 changed files with 1707 additions and 1701 deletions
5
index.js
5
index.js
|
|
@ -1,4 +1,7 @@
|
|||
"use strict"
|
||||
|
||||
/* eslint-disable global-require */
|
||||
|
||||
;(function () {
|
||||
var Promise = require("./promise/promise")
|
||||
var m = require("./render/hyperscript")
|
||||
|
|
@ -18,4 +21,4 @@
|
|||
|
||||
if (typeof module === "object") module.exports = m
|
||||
else window.m = m
|
||||
})()
|
||||
}())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue