We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Customize the brace-style of the beautification, currently using pretty diff, it collapses.
import { render } from "react-dom";
import {render} from "react-dom";
Atom Beautify: Beautify Editor
Here is a link to the debug.md Gist: https://gist.github.com/anonymous/4780ecc468ba3be2c1d27b48f1307a15
debug.md
The text was updated successfully, but these errors were encountered:
Pretty Diff has an option for this: bracepadding. I do not see a similar option in the Atom Beautify settings.
Sorry, something went wrong.
We should add Pretty Diff support for brace-style option (see
brace-style
atom-beautify/src/languages/javascript.coffee
Line 72 in 7eab25e
bracepadding
Any news here?
#1193 added bracepadding support via Atom-Beautify option named space_in_paren.
space_in_paren
It closed #1157 and should have also closed this.
Published to v0.29.12
prettydiff
No branches or pull requests
Description
Customize the brace-style of the beautification, currently using pretty diff, it collapses.
Input
Output
Expected Results
Steps to Reproduce
Atom Beautify: Beautify Editor
on a .js using ES6Debug
Here is a link to the
debug.md
Gist: https://gist.github.com/anonymous/4780ecc468ba3be2c1d27b48f1307a15Checklist
so I know this is not a duplicate issue
debug.md
Gist to this issueThe text was updated successfully, but these errors were encountered: