From e63df71a87fa8f482999b5da642267b5796fa6cb Mon Sep 17 00:00:00 2001 From: Luni2000 <84134258+Luni2000@users.noreply.github.com> Date: Fri, 8 May 2026 11:40:18 +0200 Subject: [PATCH] Fix duplicate setting entry in README Removed duplicate entry for 'pythonIndent.useTabOnHangingIndent' in README. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4d3ea80..154c70c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ For more detailed explanation of the behavior, see the section "Detailed Behavio There are three exposed settings. -* `pythonIndent.useTabOnHangingIndent` * `pythonIndent.useTabOnHangingIndent` * boolean, the default is false * If true, after creating a hanging indent (see [footnote 1 of PEP8](https://peps.python.org/pep-0008/#fn-hi) for a definition of a hanging indent), you can use the tab key to leave the indented section and go to the ending bracket.