squ1b3r / Djaneiro

Django support for Sublime Text 2/3
MIT License
855 stars 131 forks source link

Imports auto ordering on save #122

Closed mightym closed 5 years ago

mightym commented 5 years ago

I'm a bit confused. Since today when I save my python files Djaneiro seems to order my imports alphabetically. When I disable djaneiro no re-ordering happens. Is this a feature of Djaneiro? If so how can I disable it? If not is this possibly a bug?

squ1b3r commented 5 years ago

@mightym Djaneiro is just a set of snippets. It has nothing that can affect your imports.

mightym commented 5 years ago

Ok thanks!