On Fri, Jun 3, 2011 at 3:04 PM, Daniel Gibson <span dir="ltr"><<a href="mailto:metalcaedes@gmail.com">metalcaedes@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Am 03.06.2011 20:54, schrieb Walter Bright:<br>
<div><div></div><div class="h5">> On 4/11/2011 1:31 PM, Nick Sabalausky wrote:<br>
>> In other words, *some* editors handle space-indentation intelligently<br>
>> (and<br>
>> do so by reinventing *tabs*), while *all* editors handle tab-indentation<br>
>> intelligently.<br>
><br>
> There is no way to handle tabs intelligently.<br>
><br>
> Take a source file that has tab characters in it. There is no algorithm<br>
> in the world that will discern what the tab size is supposed to be.<br>
> Heck, I've seen plenty of source files that assume a tab size of X in<br>
> some sections and Y in others, and Z in still others.<br>
><br>
> The only way to win is to not use tabs.<br>
><br>
<br>
</div></div>If you use tabs for indentation and spaces for alignment the tabsize<br>
doesn't matter.<br>
</blockquote></div><br>This is my preferred approach, too.<br clear="all"><br>
<div>Adam</div>