nvim-treesitter/lua/tests/indent/c/string.c

6 lines
72 B
C
Raw Normal View History

2021-04-17 22:47:02 +02:00
const char *a = "hello \
world";
const char *b = "hello "
"world";