For example, I indent the following program. But the output does not use TAB for indentation. Why is it so? Thanks.
indent -ut < main.c
int main() {
printf("Hello World!\n");
return 0;
}
--
Regards,
Peng
_______________________________________________
bug-indent mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-indent
