Skip to content

Commit

Permalink
Add editor config
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongin committed Jan 10, 2017
1 parent 00ab17f commit 87f4cb2
Show file tree
Hide file tree
Showing 34 changed files with 4,998 additions and 4,992 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
root = true

[*]
indent_style = tab
indent_size = 3
20 changes: 10 additions & 10 deletions defaults.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"aliases": {
},
"remotes": {
"default": "node",
"node": "https://nodejs.org/dist/",
"nightly": "https://nodejs.org/download/nightly/",
"chakracore": "https://github.com/nodejs/node-chakracore/releases/",
"chakracore-nightly": "https://nodejs.org/download/chakracore-nightly/"
},
"bootstrap": "node/6.9.1"
"aliases": {
},
"remotes": {
"default": "node",
"node": "https://nodejs.org/dist/",
"nightly": "https://nodejs.org/download/nightly/",
"chakracore": "https://github.com/nodejs/node-chakracore/releases/",
"chakracore-nightly": "https://nodejs.org/download/chakracore-nightly/"
},
"bootstrap": "node/6.9.3"
}
Loading

0 comments on commit 87f4cb2

Please sign in to comment.