On May 17, 2006, at 17:18, Oliver Taylor wrote:
I know you can disable the re-indenting of text for textmate as a whole, but how is this done on a per-bundle basis?
I remember Allan mentioning something about a "commands.plist" file, but I can't find a reference for exactly what that is.
This is what Allan wrote a little while ago:
This is possible by loading the command.plist that TextMate saves to disk and add (in the first <dict>…</dict>):
<key>disableOutputAutoIndent</key>
<true/>
Currently there is no GUI option to toggle it (from within the bundle editor).