-
I installed web-beautify by command:
npm -g install js-beautify
and web-beautify-html and web-beautify-css work correctly, but
fireing web-beautify-js throws an error:
Must define at least one file…
-
* **Operating System (+Version)**: Windows 10
* **VS Code Version**: 1.33.1
* **beautify Version**: 1.5.0
I added this code to my settings.json
````
"beautify.language": {
"js": {
…
-
I have this in my html
```html
```
on the front-end, I cannot find a global variable, that I can use to generated formatted strings.
is there a global variable?
-
# Description
I get this error when i beautify a simple c-file
Parsing: input202219-290435-1u48i28.5bkb.c as language C
do_source_file: Unable to create output202219-290435-1scrhj5.n26h.c: Permis…
-
## Version **1.6.10** of [js-beautify](https://github.com/beautify-web/js-beautify) just got published.
Branch
Build failing 🚨
Dependency
…
-
Specifically newline before text.
**test.js**
```
const {readFileSync} = require('fs')
const reshape = require('reshape')
const sugarml = require('sugarml')
const beautify = require('reshape-b…
-
# Description
Atom Beautify cannot find Black. Running Atom Beautify on even an empty Python file fails with the following message:
```
Could not find 'black'. The program may not be installed.…
-
# Description
When formatting a CSS file with django template tags or an HTML file which contains django template inside `` tag, styles are not formatted correctly.
# Input
The code looked like…
-
# Description
I have a bash shell script open regocnised as type "shell-script"
# Problem description
When I run Atom Beautify, an error occurs: beautysh: error: unrecognized arguments: -f
…
-
# Description
Getting this error message when beautifying a .tf file:
"Only .tf and .tfvars files can be processed with terraform fmt"
Happening for all my .tf files.
# Steps to Reproduce
…