File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ files take precedence.
197197Supported Pairs
198198===============
199199
200- .. versionchanged :: 0.16
200+ .. versionchanged :: 0.17.1
201201
202202EditorConfig file sections contain key-value pairs separated by an
203203equal 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
260260For any pair, a value of ``unset `` removes the effect of that
261261pair, even if it has been set before. For example, add ``indent_size =
You can’t perform that action at this time.
0 commit comments