summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/tab-0.cpp
blob: 474aba08194eaa6745bee27c3e328ba9445b0f28 (plain)
1
2
3
4
5
6
7
8
9
/* test of
 * indent_with_tabs = 0
 * indent_columns   = 11
 * the source has many <TAB>
 */
{
	 int a;
		   int b;
}