aboutsummaryrefslogtreecommitdiff
path: root/node_modules/isomorphic-fetch/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/isomorphic-fetch/.editorconfig')
-rw-r--r--node_modules/isomorphic-fetch/.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/node_modules/isomorphic-fetch/.editorconfig b/node_modules/isomorphic-fetch/.editorconfig
new file mode 100644
index 000000000..7bfa0f2d7
--- /dev/null
+++ b/node_modules/isomorphic-fetch/.editorconfig
@@ -0,0 +1,12 @@
+root=true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+
+[*.js]
+indent_style = tab
+
+[*.json]
+indent_style = space
+indent_size = 2