sindresorhus / editorconfig-sublime

Sublime Text plugin for EditorConfig - Helps developers maintain consistent coding styles between different editors
MIT License
1.77k stars 108 forks source link

Clarify how to use plugin #69

Closed objarni closed 7 years ago

sindresorhus commented 7 years ago

This is better documented on the EditorConfig website. If anything is unclear, it should be made more clear there.

As for fixing style issues, that should just happen automatically. User's doesn't need to run any commands.

objarni commented 7 years ago

OK, it only happens when I use the Indentation: Reindent spaces command, and when opening files (sometimes).

Is there a way to trigger formatting of the current buffer..?

sindresorhus commented 7 years ago

It should be applied on save.

objarni commented 7 years ago

It does not happen to me. Fresh ST3 installation, build.gradle file with .editorconfig containing vanilla output of this plugin, only modification [*] to [*.gradle].

I have restarted ST several times, and only way I got formatting to happen is by re-opening build.gradle.

Any hints on how to debug this?