Skip to content

Commit

Permalink
Mention --no-editorconfig within configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cavcrosby committed Apr 11, 2024
1 parent 8ada402 commit e77729f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Expand Up @@ -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:

Expand Down

0 comments on commit e77729f

Please sign in to comment.