index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
tests
/
indent
/
python
/
hanging_indent.py
blob: 4d46ebed0e01674df2982e1edef7359c69329516 (
plain
)
1
2
3
4
5
6
def
hanging_indent
(
arg1
,
arg2
):
pass
hanging_indent
(
1
,
2
)