diff --git a/Src/Website/docs/Configuration.md b/Src/Website/docs/Configuration.md index 543c28f7c..737d77853 100644 --- a/Src/Website/docs/Configuration.md +++ b/Src/Website/docs/Configuration.md @@ -80,6 +80,7 @@ When supplying symbol sets, they will be used for all files being formatted. Thi The long term plan is to improve Csharpier's ability to determine the symbol sets itself and to allow specifying them for individual files. ### EditorConfig +_First available in 0.26.0_ CSharpier supports configuration via an `.editorconfig` file. A `.csharpierrc*` file in the same directory will take priority. diff --git a/docs/Configuration.md b/docs/Configuration.md index 543c28f7c..737d77853 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -80,6 +80,7 @@ When supplying symbol sets, they will be used for all files being formatted. Thi The long term plan is to improve Csharpier's ability to determine the symbol sets itself and to allow specifying them for individual files. ### EditorConfig +_First available in 0.26.0_ CSharpier supports configuration via an `.editorconfig` file. A `.csharpierrc*` file in the same directory will take priority.