docs: Missing . from .sql-formatter.json (#32312)

See:
https://github.com/zed-industries/zed/issues/9537#issuecomment-2952784074

Release Notes:

- N/A
This commit is contained in:
Peter Tripp 2025-06-07 15:11:19 -04:00 committed by GitHub
parent 9ffb3c5176
commit 05ac9f1f84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ You can add this to Zed project settings (`.zed/settings.json`) or via your Zed
### Advanced Formatting ### Advanced Formatting
Sql-formatter also allows more precise control by providing [sql-formatter configuration options](https://github.com/sql-formatter-org/sql-formatter#configuration-options). To provide these, create a `sql-formatter.json` file in your project: Sql-formatter also allows more precise control by providing [sql-formatter configuration options](https://github.com/sql-formatter-org/sql-formatter#configuration-options). To provide these, create a `.sql-formatter.json` file in your project:
```json ```json
{ {
@ -53,7 +53,7 @@ Sql-formatter also allows more precise control by providing [sql-formatter confi
} }
``` ```
When using a `sql-formatter.json` file you can use a more simplified set of Zed settings since the language need not be specified inline: When using a `.sql-formatter.json` file you can use a more simplified set of Zed settings since the language need not be specified inline:
```json ```json
"languages": { "languages": {