From 6ad272927dbf1292eb36cf6f08a5185dcd38515f Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Tue, 11 Feb 2025 17:07:26 -0500 Subject: [PATCH] docs: reflect actual number of spaces for indent (#1052) For what I see, it's all 4 spaces (as it should be for pep8[1]). [1] https://peps.python.org/pep-0008/#indentation # What does this PR do? Reflect indent reality. --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 92939b47a..8028c194e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -98,7 +98,8 @@ $ uv sync ``` ## Coding Style -* 2 spaces for indentation rather than tabs + +* 4 spaces for indentation rather than tabs * 80 character line length * ...