This repository has been archived by the owner on Jul 24, 2021. It is now read-only.
Releases: jfcherng-sublime/ST-AutoSetIndentation
Releases · jfcherng-sublime/ST-AutoSetIndentation
1.6.2
Since ST 4050, the detect_indentation
command has done quite a great job so you probably no longer needs this plugin. https://discordapp.com/channels/280102180189634562/280102180189634562/678002991088795668
- Update library:
editorconfig
. - Run with Python 3.8 in ST 4.
1.6.1
1.6.0
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
- Add back the
on_post_paste
event listener. - Indentation could be re-detected again after a view goes blank.
- Remove setting:
enabled
. (Just disable this package from Package Control) - Remove (maybe) useless event listeners:
- on_activated_async
- on_clone_async
- on_modified_async
- on_new_async
- on_pre_save_async