Include all required keys for Zed settings (#13082)

## Summary

Closes: #13081
This commit is contained in:
Dhruv Manilawala 2024-08-23 21:48:05 +05:30 committed by GitHub
parent 2d5fe9a6d3
commit 99df859e20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -439,6 +439,7 @@ and enabling the [`format_on_save`](https://zed.dev/docs/configuring-zed#format-
{
"languages": {
"Python": {
"language_servers": ["ruff"],
"format_on_save": "on",
"formatter": [
{
@ -460,6 +461,7 @@ You can configure Ruff to fix lint violations and/or organize imports on-save by
{
"languages": {
"Python": {
"language_servers": ["ruff"],
"format_on_save": "on",
"formatter": [
{
@ -490,6 +492,7 @@ following `settings.json`:
{
"languages": {
"Python": {
"language_servers": ["ruff"],
"format_on_save": "on",
"formatter": [
{