Skip to content

Commit ddfa529

Browse files
committed
Comment out EditorConfig docs
See prettier#3213 (comment)
1 parent 9892602 commit ddfa529

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

docs/configuration.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,12 @@ For more information on how to use the CLI to locate a file, see the [CLI](cli.m
8484

8585
If you'd like a JSON schema to validate your configuration, one is available here: http://json.schemastore.org/prettierrc.
8686

87-
## EditorConfig
87+
<!--
88+
## EditorConfig
8889

89-
If an [`.editorconfig` file](http://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. Currently, the following EditorConfig properties are supported:
90+
If an [`.editorconfig` file](http://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. Currently, the following EditorConfig properties are supported:
9091

91-
* `indent_style`
92-
* `indent_size`/`tab_width`
93-
* `max_line_length`
92+
* `indent_style`
93+
* `indent_size`/`tab_width`
94+
* `max_line_length`
95+
-->

0 commit comments

Comments
 (0)