Skip to content

Releases: mac2000/sublime-reindent-on-save

Ability to reindent specific files only

25 Jun 13:26
Compare
Choose a tag to compare

You can specify file types which you want to be reindented on save like so:

"reindent_on_save": ["css", "SCSS", "html", "Js"]

If you set this option to false - reindent plugin will not reindent any file

If you set this option to true or delete this option - reindent plugin will reindent all files

Initial

20 Jun 14:54
Compare
Choose a tag to compare

This is simple one line plugin that will call reindent on file save.

screenshot

You should notice that sublimes reindent is not ideal but if it fits your need, this plugin will save you huge amount of time.