js-beautify
js-beautify copied to clipboard
Beautifier for javascript
is this currently possible and im jsut missing the correct flag ? # Input The code looked like this before beautification: ``` longerVariableName.test === otherVariable.otherProperty && !reallylongVariableName ``` # Expected...
# Description > This is the default template for feature requests. > I don't see any option to set space between the CSS selectors like: No space: a,p,b{} Yes space:...
# Description the code does not look pretty after "prettifying" ## Input The code looked like this before beautification: ``` (function() { some_code_here(); { /* IE11 let bug bypass */...
# Description The HTML formatter sends comments to a new line when the comment does not include a space as the first character. It works properly when the HTML comment...
HTML option "wrap-attributes": "preserve" does not preserve line break before closing angle bracket
If you use `"wrap-attributes": "force-expand-multiline"`, you get: ``` content ``` The line break before the closing angle bracket is forced with this option. Now, when you set `"wrap-attributes": "preserve"`, I...
# Description I found an [issue](https://github.com/HookyQR/VSCodeBeautify/issues/327) by using the `VSCodeBeautify` (Visual Studio Code Extension) and they indicated me to submit the issue here. # Input The code looked like this...
# Input The code looked like this before beautification: ``` true ? true : false; console.log( true ? true : false ); ``` # Expected Output The code should have...
Broken again in latest: ``` >npm install js-beautify + [email protected] added 28 packages from 21 contributors and audited 125 packages in 1.954s found 0 vulnerabilities >echo h1{color:red;/*comment*/} > test.css >js-beautify...
when i use` js-beautify chapter.min.js`,i get IndexError: list index out of range. this is js file: https://simonfire007.github.io/vip/chapter.min.js
# Input The code looked like this before beautification: ```html test < test ``` # Expected Output The code should have looked like this after beautification: ```html test %3C test...