Skip to content

Commit c3d9c26

Browse files
authored
spelling: case-insensitive (#82)
Signed-off-by: Josh Soref <[email protected]>
1 parent 77e3f59 commit c3d9c26

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
@@ -266,20 +266,20 @@ and the supported values associated with them:
266266
- Set to ``tab`` or ``space`` to use tabs or spaces for indentation, respectively. Option ``tab``
267267
implies that an indentation is to be filled by as many hard tabs as possible, with the rest of the
268268
indentation filled by spaces. A non-normative explanation can be found in the indentation_ section.
269-
The values are case insensitive.
269+
The values are case-insensitive.
270270
* - ``indent_size``
271271
- Set to a whole number defining the number of columns used for each
272272
indentation level and the width of soft tabs (when supported). If this
273273
equals ``tab``, the ``indent_size`` shall be set to the tab size, which
274274
should be ``tab_width`` (if specified); else, the tab size set by the
275-
editor. The values are case insensitive.
275+
editor. The values are case-insensitive.
276276
* - ``tab_width``
277277
- Set to a whole number defining the number of columns used to represent
278278
a tab character. This defaults to the value of ``indent_size`` and should
279279
not usually need to be specified.
280280
* - ``end_of_line``
281281
- Set to ``lf``, ``cr``, or ``crlf`` to control how line breaks are
282-
represented. The values are case insensitive.
282+
represented. The values are case-insensitive.
283283
* - ``charset``
284284
- Set to ``latin1``, ``utf-8``, ``utf-8-bom``, ``utf-16be`` or ``utf-16le`` to
285285
control the character set. Use of ``utf-8-bom`` is discouraged.
@@ -311,7 +311,7 @@ For any pair, a value of ``unset`` removes the effect of that
311311
pair, even if it has been set before. For example, add ``indent_size =
312312
unset`` to undefine the ``indent_size`` pair (and use editor defaults).
313313

314-
Pair keys are case insensitive. All keys are lowercased after parsing.
314+
Pair keys are case-insensitive. All keys are lowercased after parsing.
315315

316316
Cores must accept keys and values with lengths up to and including 1024 and 4096 characters respectively.
317317
Beyond that, each implementation may choose to define its own upper limits or no explicit upper limits at all.

0 commit comments

Comments
 (0)