Skip to content

Commit

Permalink
Update Configuration.md to link to EditorConfig section (#1459)
Browse files Browse the repository at this point in the history
Added anchor link to the EditConfig reference.

---------

Co-authored-by: Bela VanderVoort <twobitbela@gmail.com>
  • Loading branch information
avrijn and belav authored Jan 24, 2025
1 parent 2d852d1 commit cee0ee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Src/Website/docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cee0ee4

Please sign in to comment.