|
|
|
@ -32,13 +32,13 @@ Use this rule to control the indentation.
|
|
|
|
|
* ``check-multi-line-strings`` defines whether to lint indentation in
|
|
|
|
|
multi-line strings. Set to ``true`` to enable, ``false`` to disable.
|
|
|
|
|
|
|
|
|
|
.. rubric:: Default values
|
|
|
|
|
.. rubric:: Default values (when enabled)
|
|
|
|
|
|
|
|
|
|
.. code-block:: yaml
|
|
|
|
|
|
|
|
|
|
rules:
|
|
|
|
|
indentation:
|
|
|
|
|
spaces: 'consistent'
|
|
|
|
|
spaces: consistent
|
|
|
|
|
indent-sequences: true
|
|
|
|
|
check-multi-line-strings: false
|
|
|
|
|
|
|
|
|
|