
holmgren at lysator
Mar 24, 2007, 5:38 PM
Post #1 of 2
(2192 views)
Permalink
|
Judging from the source files the libspf2 developers use a tab with of 4. I'm not saying that it's wrong, but the universal standard is 8 and using anything else causes some problems since it's not so easy to tell all possible editors what tab width to use - not to mention the terminal. Which explains why the output of spfquery -help is so ugly. Personally I prefer to avoid tabs altogether, partly because they cause lines in patch files not to line up well. But if you want to help people like me to help you, you can put these lines in comments at the very top of every file: -*- tab-width:4; indent-tabs-mode:t; c-basic-offset:4; -*- vi: set tabstop=4 noexpandtab: (You can put the vi line near the end instead if you wish.) -- Magnus Holmgren holmgren [at] lysator (No Cc of list mail needed, thanks) ------- To unsubscribe, change your address, or temporarily deactivate your subscription, please go to http://v2.listbox.com/member/?list_id=1007
|