From: Marc Heiler Date: 2007-05-21T03:08:36+09:00 Subject: Re: Parser or Programmer? (was: Re: Why not adopt "Python St "tabs can be made forbidden (g.v.rossum himself said he'd never supported tabs in the first place if he new what it would cauze)" Just a bit offtopic: I personally used tabs a lot and told people that they could adjust them to their space-likings (2 or 4), however as I comment quite a lot, i did find myself mixing tabs and spaces so I finally changed, avoid using tabs, and use 2 spaces now everywhere for code. (2 spaces because i like to keep 80 chars / line, so i can fit more into a line :-) ) -- Posted via http://www.ruby-forum.com/.