Skip to content

Commit 9816f0e

Browse files
cxw42xuhdev
andauthored
Supported properties: Clarify semantics of "root" (#60)
Fixes #30 Co-authored-by: Hong Xu <[email protected]>
1 parent 329077a commit 9816f0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ files take precedence.
211211
Supported Pairs
212212
===============
213213

214-
.. versionchanged:: 0.16
214+
.. versionchanged:: 0.17.1
215215

216216
EditorConfig file sections contain key-value pairs separated by an
217217
equal sign (``=``). With the exception of the ``root`` key, all pairs MUST be
@@ -267,9 +267,9 @@ and the supported values associated with them:
267267
- Set to ``true`` ensure file ends with a newline when saving and ``false``
268268
to ensure it doesn't.
269269
* - ``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.
273273

274274
For any pair, a value of ``unset`` removes the effect of that
275275
pair, even if it has been set before. For example, add ``indent_size =

0 commit comments

Comments
 (0)