Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit eac5c7a

Browse files
Kevin Newtonkddnewton
Kevin Newton
authored andcommitted
Update formatting.md
You already have prettier support, just making the docs reflect that.
1 parent 371be57 commit eac5c7a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/formatting.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,10 @@ The language server currently supports formatting via the following formatters:
66
- [Standard](https://github.com/testdouble/standard)
77
- [Rufo](https://github.com/ruby-formatter/rufo)
88
- [Rubyfmt](https://github.com/penelopezone/rubyfmt)
9+
- [Prettier](https://github.com/prettier/plugin-ruby)
910

1011
## Configuration
1112

1213
Configuration for formatting is provided by the `ruby.format` key
1314

1415
The global `useBundler` setting is used to determine if the format command should be prefixed with `bundle exec`
15-
16-
## Prettier for Ruby
17-
18-
This extension will not support formatting via the Ruby plugin for [prettier](https://prettier.io/). If you'd like to use this formatter, set `ruby.format` to `false` and install `vscode-prettier` according to [their directions](https://prettier.io/docs/en/editors.html#visual-studio-code).

0 commit comments

Comments
 (0)