Skip to content

Commit

Permalink
docs: ✏️ update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo committed Apr 2, 2021
1 parent 0285d8f commit 25dc773
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ An opinionated Blade file formatter for VSCode. Marketplace page is [here](https
You can also format by same syntax programmatically with [blade-formatter](https://github.com/shufo/blade-formatter) that this extension relies on.

## Features
- PHP 8 support (null safe operator, named arguments) 🐘
- PSR-2 support (format inside directives)
- Automatically Indents markup inside directives
- Automatically add spacing to blade templating markers

- Automatically Indents markup inside directives
- Automatically add spacing to blade templating markers
- PHP 8 support (null safe operator, named arguments) 🐘
- PSR-2 support (format inside directives)

## Screencast

Expand Down Expand Up @@ -56,7 +57,6 @@ see [CHANGELOG.md](https://github.com/shufo/vscode-blade-formatter/blob/master/C
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request


## LICENSE

MIT

0 comments on commit 25dc773

Please sign in to comment.