spacevim/bundle/nvim-treesitter-0.9.1/tests/indent/python/hanging_indent.py

7 lines
77 B
Python
Raw Normal View History

2024-08-21 14:17:26 +08:00
def hanging_indent(
arg1, arg2):
pass
hanging_indent(
1, 2)