nvim-treesitter/tests/indent/python/hanging_indent.py
2021-04-23 21:21:38 +02:00

6 lines
77 B
Python

def hanging_indent(
arg1, arg2):
pass
hanging_indent(
1, 2)