piuccio / sublime-esformatter

JavaScript formatter plugin for Sublime Text
MIT License
28 stars 20 forks source link

Automatically run on save? #37

Closed ghost closed 9 years ago

ghost commented 9 years ago

Is there a setting to make this run automatically on a javascript file when the file is saved?

piuccio commented 9 years ago

Preferences -> Package settings -> EsFormatter -> Settings (User)

{
    // Format the file when saved
    "format_on_save": false
}
ghost commented 9 years ago

Thank you!