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

Add Unibeautify #198

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
- [Toggle Quotes](#toggle-quotes)
- [Yo](#yo)
- [Formatting/Beautification](#formatting--beautification)
- [Unibeautify](#unibeautify)
- [Better Align](#better-align)
- [Auto Close Tag](#auto-close-tag)
- [Auto Rename Tag](#auto-rename-tag)
Expand Down Expand Up @@ -551,6 +552,11 @@ To enable Emmet support in .twig files, you'll need to have the following in you

# Formatting & Beautification

## [Unibeautify](https://marketplace.visualstudio.com/items?itemName=Glavin001.unibeautify-vscode)

> Format any language inside VS Code! Give it a try! Find out more about Unibeautify
> on: https://unibeautify.com/

## [Better Align](https://marketplace.visualstudio.com/items?itemName=wwm.better-align)

> Align your code by colon(:), assignment(=,+=,-=,*=,/=) and arrow(=>). It has additional support for comma-first coding style and trailing comment.
Expand Down