We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da18d09 commit 66df68fCopy full SHA for 66df68f
.editorconfig
@@ -10,3 +10,9 @@ indent_size = 4
10
indent_style = space
11
insert_final_newline = true
12
trim_trailing_whitespace = true
13
+
14
+[*.yml]
15
+indent_size = 2
16
17
+[*.yml.sample]
18
package.json
@@ -8,7 +8,8 @@
8
"start": "node app.js"
9
},
"engine": {
- "node": ">=0.8"
+ "node": "0.10.x",
+ "npm": "2.1.x"
"repository": {
"type": "git",
0 commit comments