nvim-treesitter/lua/tests/indent/python/join_lines.py

9 lines
70 B
Python
Raw Normal View History

a = 2 \
+ 2
b = 'hello' \
'world'
c = lambda x: \
x + 3