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

### What does this implement/fix? Explain your changes. Adds support for recent versions of Python formatter Black. ### Does this close any currently open issues? Fixes #2597 ### Checklist Check...

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...

Use `customElements.define` instead of `document.registerElement` see https://javascript.info/custom-elements ``` HTMLDocument.registerElement (file:///C:/Users/lagde/AppData/Local/atom-nightly/app-1.61.0-nightly3/resources/app.asar/static/index.js:160:12) registerElement (C:\Users\lagde\.atom\packages\atom-beautify\node_modules\space-pen\lib\space-pen.js:66:88) Builder.openTag (C:\Users\lagde\.atom\packages\atom-beautify\node_modules\space-pen\lib\space-pen.js:297:27) Builder.tag (C:\Users\lagde\.atom\packages\atom-beautify\node_modules\space-pen\lib\space-pen.js:274:12) Function.div (C:\Users\lagde\.atom\packages\atom-beautify\node_modules\space-pen\lib\space-pen.js:83:49) Function.content (C:\Users\lagde\.atom\packages\atom-beautify\src\views\loading-view.coffee:19:19) ```

# 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...

# Description iSort breaks with supplied parameters if the input file is not part of an existing atom project (e.g. if a standalone python file is edited with atom). Specifically,...

# Description The results of beautification are not what I expect. I'm using Atom Beautify together with https://github.com/ricardofbarros/linter-js-standard with the `[JavaScript Semi-Standard Style (semistandard)](https://github.com/Flet/semistandard)` style. I could not find any...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=js-beautify&from_version=1.8.1&to_version=1.14.1&pr_id=7bc199de-4322-4cc9-8112-fa0d9fcd832d&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

# Support grammar "ReScript" and extenstion "res" Using Atom Beautify responds "Atom Beautify could not determine a supported beautifier to handle this file with grammar "ReScript" and extension "res". Please...

# 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...