diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2022-01-22 14:50:51 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-02-05 18:54:55 +0100 |
| commit | 059fbc487c62a5e109143254b720a5dc33201a34 (patch) | |
| tree | 24fac44f1ef8996b99b9323bcb0178ccca899aea /tests/indent/python | |
| parent | indents(cpp): indent at field_initializer_list (diff) | |
| download | nvim-treesitter-059fbc487c62a5e109143254b720a5dc33201a34.tar nvim-treesitter-059fbc487c62a5e109143254b720a5dc33201a34.tar.gz nvim-treesitter-059fbc487c62a5e109143254b720a5dc33201a34.tar.bz2 nvim-treesitter-059fbc487c62a5e109143254b720a5dc33201a34.tar.lz nvim-treesitter-059fbc487c62a5e109143254b720a5dc33201a34.tar.xz nvim-treesitter-059fbc487c62a5e109143254b720a5dc33201a34.tar.zst nvim-treesitter-059fbc487c62a5e109143254b720a5dc33201a34.zip | |
indents: allow aligned_indent for unfinished calls in C and Python
Diffstat (limited to 'tests/indent/python')
| -rw-r--r-- | tests/indent/python/aligned_indent.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/indent/python/aligned_indent.py b/tests/indent/python/aligned_indent.py index 2a4b827f4..b92356740 100644 --- a/tests/indent/python/aligned_indent.py +++ b/tests/indent/python/aligned_indent.py @@ -9,3 +9,6 @@ aligned_indent(1, aligned_indent(1, 2 ) + +foodsadsa(sdada, + 2 |
