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

Disable Beautify on Save on per-language basis not working. #284

Closed
garrows opened this issue Apr 21, 2015 · 4 comments
Closed

Disable Beautify on Save on per-language basis not working. #284

garrows opened this issue Apr 21, 2015 · 4 comments
Assignees
Milestone

Comments

@garrows
Copy link

garrows commented Apr 21, 2015

In the Disabled Languages section I have put:

.json, json,json,.json, .ejs, ejs,ejs,.ejs

but it still formats json and ejs.

This was apparently done in #118 but isnt working for me.

Thanks in advance.

@austencollins
Copy link

Same issue here. Format on save breaks my ejs templates and prevents me from using beautify's wonderful format on save feature entirely.

@Glavin001 Glavin001 modified the milestone: v1.0.0 May 1, 2015
@Glavin001 Glavin001 self-assigned this May 1, 2015
@Glavin001
Copy link
Owner

I will be deprecating the current array of strings form of Disabled Languages for a much more user-friendly and less error-prone view of the options. Coming soon with release of #282.

@Glavin001
Copy link
Owner

This is now implemented for #282 and will be released soon (this week). You will no longer use Disabled Languages and instead will disable each language for their individual language configuration. For instance, this is what it looks like to disable languages JSON and EJS:
image

It will be much less error-prone and no longer relies on grammars or extensions.

@garrows
Copy link
Author

garrows commented May 2, 2015 via email

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

No branches or pull requests

3 participants