`format_on_save` → `formatter`

Release Notes:
- N/A
This commit is contained in:
Henrikh Kantuni
2024-08-22 14:02:41 +03:00
committed by GitHub
parent 61ca36ecad
commit 1e39d407c2
+1 -1
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}"]