Skip to content

Commit

Permalink
Polishing --> code-block directive ini #4
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 a8ab7e7 commit c721436
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 @@ -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]
Expand Down

0 comments on commit c721436

Please sign in to comment.