aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/javascript/indents.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/javascript/indents.toml')
-rw-r--r--runtime/queries/javascript/indents.toml28
1 files changed, 0 insertions, 28 deletions
diff --git a/runtime/queries/javascript/indents.toml b/runtime/queries/javascript/indents.toml
deleted file mode 100644
index 9d711ab2..00000000
--- a/runtime/queries/javascript/indents.toml
+++ /dev/null
@@ -1,28 +0,0 @@
-indent = [
- "array",
- "object",
- "arguments",
- "formal_parameters",
-
- "statement_block",
- "object_pattern",
- "class_body",
- "named_imports",
-
- "binary_expression",
- "return_statement",
- "template_substitution",
- # (expression_statement (call_expression))
- "export_clause",
-
- # typescript
- "enum_declaration",
- "interface_declaration",
- "object_type",
-]
-
-outdent = [
- "}",
- "]",
- ")"
-]