summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/is-symbol/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/is-symbol/.editorconfig')
-rw-r--r--deps/npm/node_modules/is-symbol/.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/deps/npm/node_modules/is-symbol/.editorconfig b/deps/npm/node_modules/is-symbol/.editorconfig
new file mode 100644
index 0000000000..572e9793f0
--- /dev/null
+++ b/deps/npm/node_modules/is-symbol/.editorconfig
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+indent_style = tab;
+insert_final_newline = true;
+quote_type = auto;
+space_after_anonymous_functions = true;
+space_after_control_statements = true;
+spaces_around_operators = true;
+trim_trailing_whitespace = true;
+spaces_in_brackets = false;
+end_of_line = lf;