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.