feat: rewrite indent module

This commit is contained in:
Munif Tanjim 2022-01-18 21:17:26 +06:00 committed by Christian Clason
parent baf94219aa
commit c0110e34aa
13 changed files with 136 additions and 182 deletions

View file

@ -23,8 +23,11 @@
(parameters)
(binary_operator)
(lambda)
(function_definition)
(class_definition)
(concatenated_string)
] @indent
[
@ -37,12 +40,4 @@
(finally_clause)
] @branch
[
(return_statement)
(pass_statement)
(raise_statement)
] @return
[
(string)
] @ignore
(string) @auto