Skip to content
New issue

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

How to disable beautify for js code and files? #7

Closed
Axighi opened this issue May 16, 2018 · 4 comments
Closed

How to disable beautify for js code and files? #7

Axighi opened this issue May 16, 2018 · 4 comments

Comments

@Axighi
Copy link

Axighi commented May 16, 2018

No description provided.

@mubaidr
Copy link
Owner

mubaidr commented May 16, 2018

Add this setting to your VS Code settings (this will enable beautify for html files only):

"beautify.language": {
  "html": [
    "htm",
    "html"
  ]
},

@Axighi
Copy link
Author

Axighi commented May 17, 2018

@mubaidr I had done that but didn't work. For now, I have to disable beautify.

@mubaidr
Copy link
Owner

mubaidr commented May 17, 2018

Looks like, in latest version of vs code, the two extensions (Beautify & prettier) conflict with each other.

I will publish an update to this pack in an hour or so with updated recommended settings.

@mubaidr
Copy link
Owner

mubaidr commented May 17, 2018

@mubaidr mubaidr closed this as completed May 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants