Skip to content

Commit 459f060

Browse files
committed
Supported properties: Clarify semantics of "root"
Fixes #30
1 parent 3eee14a commit 459f060

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ files take precedence.
197197
Supported Pairs
198198
===============
199199

200-
.. versionchanged:: 0.16
200+
.. versionchanged:: 0.17.1
201201

202202
EditorConfig file sections contain key-value pairs separated by an
203203
equal sign (``=``). With the exception of the ``root`` key, all pairs MUST be
@@ -253,9 +253,9 @@ and the supported values associated with them:
253253
- Set to ``true`` ensure file ends with a newline when saving and ``false``
254254
to ensure it doesn't.
255255
* - ``root``
256-
- Must be specified in the preamble. Set to ``true`` to stop the
257-
``.editorconfig`` file search on the current file. The value is case
258-
insensitive.
256+
- Must be specified in the preamble. Case-insensitive.
257+
Set to ``true`` to tell the core not to check any higher directory for
258+
EditorConfig settings for on the current file.
259259

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

0 commit comments

Comments
 (0)