Skip to content

Commit

Permalink
Polishing --> code-block directive #2
Browse files Browse the repository at this point in the history
Co-authored-by: Hong Xu <[email protected]>
  • Loading branch information
mipo256 and xuhdev authored Nov 10, 2024
1 parent a67c610 commit 3fc3105
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,9 @@ indented with one tab, and one space**. That is because by placing one tab we're
placing the 2 consequent tabs we're overreaching. Therefore, although ``indent_style`` is ``tab``, we still have to supplement
with one space character to fulfill the requirement.

For another example, if we have the following editorconfig rules defined::
For another example, if we have the following EditorConfig rules defined:

.. code-block:: ini
root = true
[another_file.py]
Expand Down

0 comments on commit 3fc3105

Please sign in to comment.