From e77729f3021b974905b1976f04a167e4fd853eb8 Mon Sep 17 00:00:00 2001 From: Conner Crosby Date: Mon, 29 Jan 2024 08:50:45 -0500 Subject: [PATCH] Mention --no-editorconfig within configuration.md --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 3f17186b03ee..518ada78bc53 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -206,7 +206,7 @@ If you’d like a JSON schema to validate your configuration, one is available h ## EditorConfig -If an [`.editorconfig` file](https://editorconfig.org/) is in your project, Prettier will parse it and convert its properties to the corresponding Prettier configuration. This configuration will be overridden by `.prettierrc`, etc. +If an [`.editorconfig` file](https://editorconfig.org/) is in your project, Prettier will parse it and convert its properties to the corresponding Prettier configuration. This behavior can be disabled using the `--no-editorconfig` flag. This configuration will be overridden by `.prettierrc`, etc. Here’s an annotated description of how different properties map to Prettier’s behavior: