From 4edaa973a7efabdee04387fa289690b9a23bff74 Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Thu, 13 Mar 2025 00:19:14 -0700 Subject: [PATCH] Fix code format Fix editorconfig/editorconfig#539 --- index.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.rst b/index.rst index a33db75..9cb3fd3 100644 --- a/index.rst +++ b/index.rst @@ -362,8 +362,11 @@ For another example, if we have the following EditorConfig rules defined: One **MUST** expect that spaces will not be used at all for indentation, since all the indentation can be achieved via tabs only. -Additionally, it is possible to have ``indent_size`` less then the ``tab_width``. +Additionally, it is possible to have ``indent_size`` less than the ``tab_width``. +.. code-block:: ini + + root = true [another_file.py] indent_style = tab indent_size = 4