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
bug-indent@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-indent

Reply via email to