Files
nvim-treesitter/tests/indent/python/aligned_indent.py
Grace Petryk f16a775830 feat(python): Improved python indentation (#6859)
* feat: improve python indentation

* use lua-match

* revert concatenated_string changes, handle function def hanging indents

* lint

* add delimiters to param query

* add test cases
2024-07-16 20:13:41 +09:00

26 lines
266 B
Python

def aligned_indent(arg1,
arg2):
pass
def aligned_indent2(
arg1,
arg2
):
pass
aligned_indent(1,
2)
aligned_indent(1,
2
)
aligned_indent(
1,
2
)
foodsadsa(sdada,
2