From: Morton Goldberg Date: 2006-11-15T04:13:34+09:00 Subject: Re: ruby indentantion On Nov 14, 2006, at 10:39 AM, Alfonso wrote: > I have just started with ruby, and something that I have observed > is that most of the code is indented with 2 spaces. Having > programmed some time with C# and python, it's very strange to me so > few identation. To me 4 spaces is much better to read. Is there > something like a style guide in ruby that says that you should use > 2 spaces or is it all right using 4 or 3 spaces? What do you use in > your code? Use whatever indentation looks right to you, and don't let anyone bully you into doing it otherwise. I indent by three spaces and don't intend to change. Regards, Morton