From 2ad7bdb23fbef5a112c978304e873fbdcd74e9eb Mon Sep 17 00:00:00 2001 From: Andries van Rijn <46302364+avrijn@users.noreply.github.com> Date: Fri, 24 Jan 2025 10:53:41 +0100 Subject: [PATCH 1/2] Update Configuration.md to link to EditorConfig section Added anchor link to the EditConfig reference. --- docs/Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Configuration.md b/docs/Configuration.md index 4695971c6..947ba662b 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -5,7 +5,7 @@ hide_table_of_contents: true CSharpier has support for a configuration file. You can use any of the following files - A ```.csharpierrc``` file in JSON or YAML. - A ```.csharpierrc.json``` or ```.csharpierrc.yaml``` file. -- A ```.editorconfig``` file. See EditorConfig section below. +- A ```.editorconfig``` file. See [EditorConfig](#editorconfig) section below. The configuration file will be resolved based on the location of the file being formatted. - If a `.csharpierrc` file exists somewhere at or above the given file, that will be used. From 9d96fed700fe6363762a5e674bed7c3dac988b9b Mon Sep 17 00:00:00 2001 From: Bela VanderVoort Date: Fri, 24 Jan 2025 12:16:08 -0600 Subject: [PATCH 2/2] Modify doc that is deployed to website so change goes out immediately --- Src/Website/docs/Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Website/docs/Configuration.md b/Src/Website/docs/Configuration.md index 4695971c6..947ba662b 100644 --- a/Src/Website/docs/Configuration.md +++ b/Src/Website/docs/Configuration.md @@ -5,7 +5,7 @@ hide_table_of_contents: true CSharpier has support for a configuration file. You can use any of the following files - A ```.csharpierrc``` file in JSON or YAML. - A ```.csharpierrc.json``` or ```.csharpierrc.yaml``` file. -- A ```.editorconfig``` file. See EditorConfig section below. +- A ```.editorconfig``` file. See [EditorConfig](#editorconfig) section below. The configuration file will be resolved based on the location of the file being formatted. - If a `.csharpierrc` file exists somewhere at or above the given file, that will be used.