Vos commentaires

It's working for me in Sublime Text 3

It's possible currently, just add this to your .sublime- project file:


"settings":

  {

      "tab_size": 2,

      "translate_tabs_to_spaces": true

  },


Unfortunately because of the config file processing order, it's not possible to override a Package setting here. I'm using PHP_CodeSniffer and I would like to use different standards for different projects, so I'm opening a new feature request :)