summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/dont-detab-strings.cpp
blob: fd622c3cad9d1e8241c448656a02f0ac39896175 (plain)
1
2
3
4
5
6
void f() {
	 			auto x = "	test\t 	 	 		...   ???";
// *INDENT-OFF*
	 			auto x = "	test\t 	 	 		...   ???";
// *INDENT-ON*
}