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
NOTE: Please provide code snippets instead of screen shots. Your issue needs to be replicated, and we need the failing code (text) to do this.
Provide the settings you use: (VS Code workspace and user settings, .jsbeautifyrc, .editorconfig) eg.: VS Code:
{ "editor.formatOnSave": true }
.jsbeautifyrc
{ "max_preserve_newlines": 2, "preserve_newlines": true, "end_with_newline": true, "brace_style": "collapse-preserve-inline", }
Format javascript file with HookyQR.beautifyFile command provide example code
HookyQR.beautifyFile
Expected ... to ... provide example (expected) output
Details of what happened ... provide example (actual) output
The text was updated successfully, but these errors were encountered:
No branches or pull requests
NOTE: Please provide code snippets instead of screen shots. Your issue needs to be replicated, and we need the failing code (text) to do this.
Provide the settings you use:
(VS Code workspace and user settings, .jsbeautifyrc, .editorconfig)
eg.:
VS Code:
.jsbeautifyrc
Action performed
Format javascript file with
HookyQR.beautifyFile
commandprovide example code
Expected results
Expected ... to ...
provide example (expected) output
Actual results
Details of what happened ...
provide example (actual) output
The text was updated successfully, but these errors were encountered: