-
# Description
Updates in js-beautify adding preserve and preserve-aligned options for wrapping attributes have not been added in the src/options.json file. (I was only interested in the Vue Beautif…
-
Hi @Glavin001 and @karolyi,
Before leaving (?) the project (https://github.com/donaldpipowitch/atom-beautify/issues/40) I have one last question/advice:
As you've added new languages we are in the ne…
-
Broken again in latest:
```
>npm install js-beautify
+ js-beautify@1.10.0
added 28 packages from 21 contributors and audited 125 packages in 1.954s
found 0 vulnerabilities
>echo h1{color:red…
-
I had to add the following options to my `.vimrc` to get the CSS Beautifier to work:
```
let g:formatdef_fixed_css_beautify = '"css-beautify -f- -s ".shiftwidth()'
let g:formatters_css = ['fixed_…
-
установи https://www.npmjs.com/package/js-beautify
и добавь перед коммитом
```sh
find \( -name "*.js" -or -name "*.html" -or -name "*.css" \) -exec js-beautify {} +
```
`find` естественно POSIX, …
-
There should be a mapping of file extensions to beautifier types in the beautifier config file.
We also need an aliasing setting, indicating that user wants to use a different beautifier. "When…
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.47.0 x64
**Electron**: 5.0.13
**OS**: Microsoft Windows 10 Pro
**Thrown From**: [devmind-beautifier](https://github.com/LukasMeine/devmi…
-
Use `customElements.define` instead of `document.registerElement` see https://javascript.info/custom-elements
```
HTMLDocument.registerElement (file:///C:/Users/lagde/AppData/Local/atom-nightly/app-…
-
See https://github.com/einars/js-beautify/issues/391 and https://github.com/victorporof/Sublime-HTMLPrettify/pull/74
This needs to be resolved among all the projects imo. This just creates problems f…
-
Prettydiff does a much better job at beautifying Liquid than JS Beautify.