Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/php/indents.scm')
-rw-r--r--runtime/queries/php/indents.scm18
1 files changed, 0 insertions, 18 deletions
diff --git a/runtime/queries/php/indents.scm b/runtime/queries/php/indents.scm
deleted file mode 100644
index 04229d2f..00000000
--- a/runtime/queries/php/indents.scm
+++ /dev/null
@@ -1,18 +0,0 @@
-[
- (array_creation_expression)
- (arguments)
- (formal_parameters)
- (compound_statement)
- (declaration_list)
- (binary_expression)
- (return_statement)
- (expression_statement)
- (switch_block)
- (anonymous_function_use_clause)
-] @indent
-
-[
- "}"
- ")"
- "]"
-] @outdent