mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
12 lines
151 B
Python
12 lines
151 B
Python
|
|
def aligned_indent(arg1,
|
||
|
|
arg2):
|
||
|
|
pass
|
||
|
|
|
||
|
|
aligned_indent(1,
|
||
|
|
2)
|
||
|
|
|
||
|
|
|
||
|
|
aligned_indent(1,
|
||
|
|
2
|
||
|
|
)
|