-
Notifications
You must be signed in to change notification settings - Fork 453
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
Uncrustify command not found #91
Comments
Absolutely possible. Here is the Beautify handler for Uncrustify: https://github.com/Glavin001/atom-beautify/blob/master/lib/langs/uncrustify/index.coffee#L11 |
I have some code that fixes this. I will submit a pull request soon. |
Configuration options are now available for specifying custom atom-beautify/lib/language-options.coffee Lines 102 to 131 in fefb25b
Unfortunately, given how Atom Beautify scopes configuration options within languages, a global Please let me know if there are any further questions. |
Published to v0.11.0 |
Can someone clarify all this for laymen like myself? I get this error and I believe it's related to this issue: I don't know what uncrusify is or if I'm supposed to do something, or if it's a bug on your end. Running Atom 0.134 and Beautify 0.13.4 on Ubuntu 12.04 LTS. |
Uncrustify is what handles beautification for some of the supported languages. |
I just installed uncrustify using home-brew in |
Hello,
Beautify for Atom seems to be looking for uncrustify in the wrong place (at least for me). I installed uncrustify with HomeBrew, and it installed it in
/usr/local/bin/
. However, Beautify is looking in/bin/sh
. Is it possible to add an uncrustify path option?Thanks.
The text was updated successfully, but these errors were encountered: