This commit is contained in:
2025-09-28 15:42:42 +02:00
parent 28bf1f0b44
commit 6ea15c3094
96 changed files with 951 additions and 158 deletions

View File

@@ -66,6 +66,20 @@ Optional, path to `prettierd` executable. If not specified, it will be searched
"prettierd_path": null
```
All these options can be configured globally in your user settings, or per project under the `"PrettierdFormat"` setting:
```json
{
"settings":
{
"PrettierdFormat":
{
"format_on_save": true
}
}
}
```
<br />
## Notes