Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][tlug] indenting C labels
- Date: Fri, 22 Jun 2007 16:39:52 +0900
- From: "Nguyen Vu Hung" <vuhung16plus@example.com>
- Subject: [tlug] indenting C labels
Hi,
when I run "indent -br -i8 file.c", the labels in the C are moved 0x07 spaces to the right of pages.
But I want to indent labels to leftmost of pages.
For example.
[output of indent -br -i8 ]
cat file.c if ( 0 == found ) { [tab] goto notfound; } [ [space] x 7 ] notfound:
Result I want:
if ( 0 == found ) { [tab] goto notfound; } notfound:
I didn't find any options for customizing it in man indent.
Any ideas?
-- Best Regards, Nguyen Hung Vu vuhung16plus{remove}@example.com An inquisitive look at Harajuku http://www.flickr.com/photos/vuhung/sets/72157600109218238/
- Follow-Ups:
- Re: [tlug] indenting C labels
- From: Josh Glover
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Linux Distro Choices [was Re: Denshi Jisho]
- Next by Date: Re: [tlug] indenting C labels
- Previous by thread: Dead Pixels on LCDs . . . . . . . . . (was Re: [tlug] Screen resolution)
- Next by thread: Re: [tlug] indenting C labels
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links