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, 0 insertions, 12 deletions
diff --git a/node_modules/isomorphic-fetch/.editorconfig b/node_modules/isomorphic-fetch/.editorconfig
deleted file mode 100644
index 7bfa0f2d7..000000000
--- a/node_modules/isomorphic-fetch/.editorconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-root=true
-
-[*]
-end_of_line = lf
-insert_final_newline = true
-
-[*.js]
-indent_style = tab
-
-[*.json]
-indent_style = space
-indent_size = 2