<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">(There are 2 kinds of people in the world - those who can extrapolate from incomplete data,)<br><br>.vimrc fixes *my* confusion, but not those from others doing it.  And the makefile example is exactly why.<br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">And config files are the worst place for this, since they will be edited.  Source code stops being edited before its tested, so any issues can be found before deployment.  But a config file will always be edited onsite by someone not part of the development team, so any space/tab mixup they have in their editor will raise its ugly head<br><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Sat, Apr 28, 2018 at 9:45 AM DJ-Pfulio via Ale <<a href="mailto:ale@ale.org">ale@ale.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 04/28/2018 08:21 AM, Pete Hardie via Ale wrote:<br>
> I feel the main issue is that "space" and "tab" are <br>
<br>
Trivially handled by .vimrc files.<br>
   :set tabstop=4 shiftwidth=4 expandtab<br>
<br>
<br>
The main files I know that need tabs to work are Makefiles. There are<br>
probably others, just not things I use.<br>
<br>
Plus the code reformat tool should handle tabs, spaces and indents at<br>
check-in time anyway.<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="https://mail.ale.org/mailman/listinfo/ale" rel="noreferrer" target="_blank">https://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Pete Hardie<br>--------<br>Better Living Through Bitmaps</div>