What --use-tabs has not effect?
Peng Yu <[email protected]> Fri, 15 Feb 2019 22:23:35 -0600
| Newsgroups | gmane.comp.gnu.indent.bugs |
|---|---|
| Message-ID | <CABrM6wmyCdU9QfCongJRE6-6jK+BJ+ewFT0BYg8oQ9NXO8NUjA@mail.gmail.com> |
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