Skip to content

Commit 705acee

Browse files
authored
Fix code format (#77)
Fix editorconfig/editorconfig#539
1 parent 83c7ecb commit 705acee

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

index.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,11 @@ For another example, if we have the following EditorConfig rules defined:
362362
363363
One **MUST** expect that spaces will not be used at all for indentation, since all the indentation can be achieved via tabs only.
364364

365-
Additionally, it is possible to have ``indent_size`` less then the ``tab_width``.
365+
Additionally, it is possible to have ``indent_size`` less than the ``tab_width``.
366366

367+
.. code-block:: ini
368+
369+
root = true
367370
[another_file.py]
368371
indent_style = tab
369372
indent_size = 4

0 commit comments

Comments
 (0)