nvim-treesitter/tests/indent/python/aligned_indent.py

12 lines
151 B
Python
Raw Normal View History

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