On 2012-01-31 12:24, David Howden wrote:
I find that the main problems are with the "auto-correction" of indentation, you can disable this as follows:
- Add a settings item to the bundle in question (make sure that the
scope for the setting item is set correctly).
- Add this dict to the settings: { disableIndentCorrections = '1'; }
And there was much rejoicing! Do you know if it's possible to do this globally instead of separately for each bundle?