summaryrefslogtreecommitdiff
path: root/node_modules/json-parse-helpfulerror/.editorconfig~
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/json-parse-helpfulerror/.editorconfig~')
-rw-r--r--node_modules/json-parse-helpfulerror/.editorconfig~14
1 files changed, 14 insertions, 0 deletions
diff --git a/node_modules/json-parse-helpfulerror/.editorconfig~ b/node_modules/json-parse-helpfulerror/.editorconfig~
new file mode 100644
index 0000000..fb7f73a
--- /dev/null
+++ b/node_modules/json-parse-helpfulerror/.editorconfig~
@@ -0,0 +1,14 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.js, **/*.js]
+indent_size = 4
+indent_style = space
+
+[{package.json,.travis.yml}]
+indent_size = 2
+indent_style = space