aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/c/func.c
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2022-01-22 14:50:51 +0100
committerStephan Seitz <stephan.seitz@fau.de>2022-02-05 18:54:55 +0100
commit059fbc487c62a5e109143254b720a5dc33201a34 (patch)
tree24fac44f1ef8996b99b9323bcb0178ccca899aea /tests/indent/c/func.c
parentindents(cpp): indent at field_initializer_list (diff)
downloadnvim-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/c/func.c')
-rw-r--r--tests/indent/c/func.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/indent/c/func.c b/tests/indent/c/func.c
index c188acc01..0c1ede8e0 100644
--- a/tests/indent/c/func.c
+++ b/tests/indent/c/func.c
@@ -21,7 +21,7 @@ int f4(
}
int f5(int x,
- int y)
+ int y)
{
return 1;
}