bug-indent
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

What --use-tabs has not effect?


From: Peng Yu
Subject: What --use-tabs has not effect?
Date: Fri, 15 Feb 2019 22:23:35 -0600

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]