From: KOSAKI Motohiro Date: 2011-07-17T09:01:52+09:00 Subject: [ruby-core:38113] Re: [Ruby 1.9 - Bug #5034][Open] C Source Code formatting 2011/7/17 Nobuyoshi Nakada : > Hi, > > At Sun, 17 Jul 2011 07:25:18 +0900, > Lazaridis Ilias wrote in [ruby-core:38109]: >> The C sources use tab-4, tab-8 and spaces intermixed. >> >> The tab-8 do not display correctly in several tools (displayed as tab-4). > > What evil tools do you use? > >> The suggestion is that the use of tab8 is disallowed (two tab-4 instead of one tab-8). > > I say "NO". �Tab-4 is unacceptable at least. I'll second. Almost code of ruby depend on tab-8 now. I'm not convinced why we need break it.