Skip to content

Commit fa3760c

Browse files
author
Kraig Brockschmidt
authored
Merge pull request #1290 from brettcannon/drop-python-formatOnSave
Drop `python.formatting.formatOnSave`
2 parents 69f21ab + 3f456aa commit fa3760c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/python/editing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ The Python extension supports source code formatting using either autopep8 (the
7676

7777
| Setting<br/>(python.formatting.) | Default value | Description |
7878
| --- | --- | --- |
79-
| formatOnSave | `false` | Applies formatting on document save. |
8079
| outputWindow | `"Python"` | The name of the output window for formatting messages. |
8180
| provider | `"autopep8"` | Specifies the formatter to use, either "autopep8" or "yapf". |
8281

docs/python/settings-reference.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ Workspace symbols are symbols in C source code generated by the ctags tool (desc
5050

5151
| Setting<br/>(python.formatting.) | Default | Description | See also |
5252
| --- | --- | --- | --- |
53-
| formatOnSave | `false` | Applies formatting on document save. |[Editing - Formatting](/docs/python/editing.md#formatting) |
5453
| outputWindow | `"Python"` | The name of the output window for formatting messages. |[Editing - Formatting](/docs/python/editing.md#formatting) |
5554
| provider | `"autopep8"` | Specifies the formatter to use, either "autopep8" or "yapf". |[Editing - Formatting](/docs/python/editing.md#formatting) |
5655
| autopep8Path | `"autopep8"` | Path to autopep8 | [Editing - Formatting](/docs/python/editing.md#formatting) |

0 commit comments

Comments
 (0)