`format_on_save` → `formatter`

Release Notes:
- N/A
This commit is contained in:
Henrikh Kantuni 2024-08-22 07:02:41 -04:00 committed by GitHub
parent 61ca36ecad
commit 1e39d407c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ For example, if you have Prettier installed and on your `PATH`, you can use it t
{
"languages": {
"JavaScript": {
"format_on_save": {
"formatter": {
"external": {
"command": "prettier",
"arguments": ["--stdin-filepath", "{buffer_path}"]