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

13 lines
126 B
Python
Raw Normal View History

2024-08-21 14:17:26 +08:00
if True:
print(1, 2, 3)
if True:
print(
1,
2,
3
)
print(1,
2,
3)