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 Jan 29, 2024
1 parent e3d41b9 commit 1aa25eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Expand Up @@ -200,7 +200,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 1aa25eb

Please sign in to comment.