atom-beautify icon indicating copy to clipboard operation
atom-beautify copied to clipboard

:mega: Help Wanted - Looking for Maintainer: https://github.com/Glavin001/atom-beautify/issues/2572 | :lipstick: Universal beautification package for Atom editor (:warning: Currently migrating to http...

Results 129 atom-beautify issues
Sort by recently updated
recently updated
newest added

Installed but not listed on packages tab

# Description The results of beautification are not what I expect. # Input Before Beautification This is what the code looked like before: ``` ``` # Expected Output The beautified...

This plugin is not [GDPR](https://www.wikiwand.com/en/General_Data_Protection_Regulation)-compliant and the same might be true for other privacy regulations, e.g. the [CCPA](https://www.wikiwand.com/en/California_Consumer_Privacy_Act). I will continue to use the GDPR as an umbrella term for...

enhancement
help wanted
good first issue

# Description The results of beautification are not what I expect. # Input Before Beautification This is what the code looked like before: ``` ``` # Expected Output The beautified...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

See uncrustify installation instructions at https://github.com/Glavin001/atom-beautify#beautifiers or go to https://github.com/uncrustify/uncrustify You can configure Atom Beautify with the absolute path to 'uncrustify' by setting 'Executable - Uncrustify - Path' in the...

### What does this implement/fix? This fixes the "Cannot read property 'split' of undefined" bug when using `php-cs-fixer`. ### Does this close any currently open issues? This bug closes [this...

On all my computers I've got a problem with beautifying php files with atom beautify. Both php-cs-fixer and phpcbf give me an error: ``` Cannot read property 'split' of undefined...

bug
windows
pr-available

### Prerequisites * [ ] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: *...

# Description Atom-beautify return error when I run Beautify on Java file. Running `which uncrustify` return absolute path `/usr/bin/uncrustify`. Running `uncrustify` on terminal also return the command usage. Atom is...