<div dir="ltr"><div>If you add a .tm_properties file in your project folder, you can have TM set the tab size/type automatically based based on the source scope. For example adding the following:<br></div><div><br></div><div>
[ 'source.c++, source.objc++' ]</div><div>tabSize          = 3</div><div>softTabs         = false</div><div><br></div><div>[ 'source.python' ]</div><div>tabSize  = 4</div><div>softTabs = true </div><div><br>
</div><div>will indent all C++/Obj C++ files 3 spaces using hard tabs (softTabs = false), while python files will be indented with 4 spaces (softTabs = true). You can find the appropiate source scope by opening the file and using Shift-Ctrl-P. This will  display all of the currently available scopes.</div>
<div class="gmail_extra"><br>Ron<br><div class="gmail_quote">On Mon, Apr 14, 2014 at 9:38 AM, Eric Merrill <span dir="ltr"><<a href="mailto:eric.a.merrill@gmail.com" target="_blank">eric.a.merrill@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks!<div><br></div><div>It seems a bit weird that that tab size is up in the main menus, but not the tab type setting - but I’ll take it!</div>
<span class="HOEnZb"><font color="#888888"><div><br></div><div>-Eric</div></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra">
<br><br><div class="gmail_quote">On Mon, Apr 14, 2014 at 12:48 AM, Paul McCann <span dir="ltr"><<a href="mailto:paul.mccann@adelaide.edu.au" target="_blank">paul.mccann@adelaide.edu.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Eric asked...<br>
<div><br>
> Maybe this feature exists (using TM2), and I just haven't found it. If not,<br>
> I really hope you can add it - love TM2!<br>
<br>
</div>Look at the base of the editing window. (Just left of the gear wheel.)<br>
<br>
Cheers,<br>
Paul<br>
<br>
_______________________________________________<br>
textmate mailing list<br>
<a href="mailto:textmate@lists.macromates.com" target="_blank">textmate@lists.macromates.com</a><br>
<a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br>
</blockquote></div><br></div>
</div></div><br><br>
_______________________________________________<br>
textmate mailing list<br>
<a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
<a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br></blockquote></div><br></div></div>