From 05ac9f1f8464f1f5e58e76a4203488982498231d Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Sat, 7 Jun 2025 15:11:19 -0400 Subject: [PATCH] docs: Missing . from `.sql-formatter.json` (#32312) See: https://github.com/zed-industries/zed/issues/9537#issuecomment-2952784074 Release Notes: - N/A --- docs/src/languages/sql.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/languages/sql.md b/docs/src/languages/sql.md index 5be98a7f0e..caf6c7d876 100644 --- a/docs/src/languages/sql.md +++ b/docs/src/languages/sql.md @@ -42,7 +42,7 @@ You can add this to Zed project settings (`.zed/settings.json`) or via your Zed ### 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 { @@ -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 "languages": {