From c721436f5ea69ca816d536c34064b5831b1459ba Mon Sep 17 00:00:00 2001 From: Mikhail Polivakha <68962645+mipo256@users.noreply.github.com> Date: Sun, 10 Nov 2024 09:14:12 +0300 Subject: [PATCH] Polishing --> code-block directive ini #4 Co-authored-by: Hong Xu --- index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.rst b/index.rst index 4223e94..436a129 100644 --- a/index.rst +++ b/index.rst @@ -308,7 +308,9 @@ a single tab with width equal to 4, or two tabs with width equal to 2. This is when ``indent_style`` comes into picture. It specifies what character should be used **whenever possible** in order to achieve the indentation size specified in ``indent_size``. To fully understand what "whenever possible" actually means, lets -assume that the editorconfig rules are specified for the file above:: +assume that the editorconfig rules are specified for the file above: + +.. code-block:: ini root = true [example_file.py]