Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get .jsbeautifyrc to work #102

Closed
ghost opened this issue Mar 19, 2014 · 2 comments
Closed

Can't get .jsbeautifyrc to work #102

ghost opened this issue Mar 19, 2014 · 2 comments
Labels

Comments

@ghost
Copy link

ghost commented Mar 19, 2014

I want to enable/disable format_on_save for certain projects at the .jsbeautifyrc file level. I have done the following:

  1. Go to the user preferences for js format and add:
{
  "jsbeautifyrc_files": true
}
  1. Create .jsbeautifyrc and add to the file:
{
  "format_on_save": true
}
  1. Restart Sublime just to be safe. Format on save does not work.
@jdavisclark
Copy link
Owner

As is, you can not augment JsFormat specific options from the .jsbeautifyrc files, only js-beautifier settings.

@jdavisclark
Copy link
Owner

closing this in favor of #124

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant