File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ files take precedence.
211
211
Supported Pairs
212
212
===============
213
213
214
- .. versionchanged :: 0.16
214
+ .. versionchanged :: 0.17.1
215
215
216
216
EditorConfig file sections contain key-value pairs separated by an
217
217
equal sign (``= ``). With the exception of the ``root `` key, all pairs MUST be
@@ -267,9 +267,9 @@ and the supported values associated with them:
267
267
- Set to ``true `` ensure file ends with a newline when saving and ``false ``
268
268
to ensure it doesn't.
269
269
* - ``root ``
270
- - Must be specified in the preamble. Set to ``true `` to stop the
271
- `` .editorconfig `` file search on the current file. The value is case
272
- insensitive.
270
+ - Must be specified in the preamble. Set to ``true `` to tell the core
271
+ not to check any higher directory for EditorConfig settings for on the
272
+ current filename. The value is case- insensitive.
273
273
274
274
For any pair, a value of ``unset `` removes the effect of that
275
275
pair, even if it has been set before. For example, add ``indent_size =
You can’t perform that action at this time.
0 commit comments