diff options
| author | Asai Neko <sugar@sne.moe> | 2025-12-08 00:06:01 +0800 |
|---|---|---|
| committer | Asai Neko <sugar@sne.moe> | 2025-12-08 00:06:01 +0800 |
| commit | 6845bcb2088ffc06dbfdb5b3ddf3d39c13251a21 (patch) | |
| tree | f72b75d3b31ceb504c6313d05ba7cdd3ed3e8c4b /.zed/settings.json | |
| parent | 3e0696180503117ddae02a9a38672e6bb584a557 (diff) | |
Impl prettier to project
- Add prettier json config
- Format project with prettier config
- Enable prettier in zed project settings
Signed-off-by: Asai Neko <sugar@sne.moe>
Diffstat (limited to '.zed/settings.json')
| -rw-r--r-- | .zed/settings.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.zed/settings.json b/.zed/settings.json index 777a496..33e8b7a 100644 --- a/.zed/settings.json +++ b/.zed/settings.json @@ -4,6 +4,8 @@ // see the documentation: https://zed.dev/docs/configuring-zed#settings-files { + "format_on_save": "on", + "formatter": "prettier", "languages": { "TypeScript": { "language_servers": [ |