From: 71231 DOT 104 AT compuserve DOT com (Richard Slobod) Newsgroups: comp.os.msdos.djgpp Subject: Re: Bracketing: A Matter of Style Date: Sat, 08 Apr 2000 22:32:47 GMT Organization: Warwick Online Lines: 14 Message-ID: <38efa7aa.236701390@news.warwick.net> References: <38EBD03D DOT 895D1680 AT mindspring DOT com> <38EBFBD7 DOT 7D03CB96 AT hotmail DOT com> <38ee2d47 DOT 139819138 AT news DOT warwick DOT net> <38EF04B6 DOT 231F54A AT is DOT elta DOT co DOT il> NNTP-Posting-Host: m202-4-p27.warwick.net X-Trace: news.warwick.net 955233236 10420 208.242.202.182 (8 Apr 2000 22:33:56 GMT) X-Complaints-To: usenet AT news DOT warwick DOT net NNTP-Posting-Date: 8 Apr 2000 22:33:56 GMT X-Newsreader: Forte Free Agent 1.21/32.243 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: >Changing the tab size is a Bad Idea, because that makes the visual appearance >of the program depend on the editor used by whoever looks at the source. The only potential problem I can see is that, for example, someone working with 2-space-wide tabs might tend to have some lines that are over 80 characters wide when the tabs are expanded to 8 spaces, but that's a minor problem, at least IMHO. It's not like the source will be completely mangled when viewed with a different tab size. Also note that 1) this isn't likely to be an issue if you're the only one who ever works with the source files in question and 2) it's trivial to replace the tabs with the desired number of spaces if you should need to.