Indent replaces tabs with spaces
Sankar P <[email protected]> Wed, 20 Mar 2013 12:25:03 +0530
| Newsgroups | gmane.comp.gnu.indent.bugs |
|---|---|
| Message-ID | <CAMSEaH4nRfssjR8U989EAb8ncXK=FCS05ffEdY+v63Db0=jQww@mail.gmail.com> |
Some times GNU indent replaces tabs with spaces. Anyone aware of a workaround or fix for this ? Should I file a bug ? Test case is attached. I came across this error via Lindent script in the kernel. The command that I used to indent the attached file is: indent -nbad -bap -nbc -bbo -hnl -br -brs -c33 -cd33 -ncdb -ce -ci4 -cli0 -d0 -di1 -nfc1 -i8 -ip0 -l80 -lp -npcs -nprs -npsl -sai -saf -saw -ncs -nsc -sob -nfca -cp33 -ss -ts8 -il1 test-Lindent.c Please add me in the replies as I am not subscribed to the list. Thanks. -- Sankar P http://psankar.blogspot.com _______________________________________________ bug-indent mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-indent
test-Lindent.c
(text/x-csrc, 108 B)
/*
Tabs retained */
int main()
{
/* Tabs
are converted to spaces. */
return 0;
}