-
Notifications
You must be signed in to change notification settings - Fork 450
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 #118
Comments
Not as of yet. This is a potential feature that could be in a future release. Thanks for the idea. |
@garrows if you colleague has some time I would love to see an Issue with the problems they are having with the LESS formating. The LESS beautification is handled by Pretty-Diff and the maintainer of Pretty-Diff has been very active in solving bugs and adding new features. There may already be support in Pretty-Diff for the desired style and a configuration is all that needs to be changed / maybe I need to update the Atom Beautify dependencies. |
It would be useful also to add .txt files to that feature I keep getting this error when i save .txt
edit: I see you can disable error messages, nice! |
You can disable the errors already at least.
|
How do you disable errors? |
I would like to disable markdown-beautify.coffee for github markdown and pandoc is not installed |
You can use the Atom Beautify package options: https://github.com/Glavin001/atom-beautify#package-options So in your case, look for |
Thanks |
I implemented this feature. See #141 |
Published to v0.17.0 |
Hi,
Love this package.
Is there a way to disable it from formatting certain languages?
My colleague hates how it formats .less files and therefore disables the beautify on save feature. Then whenever he touches code, the formatting is wrong.
Cheers
The text was updated successfully, but these errors were encountered: