File tree 2 files changed +0
-2
lines changed 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ The Python extension supports source code formatting using either autopep8 (the
76
76
77
77
| Setting<br />(python.formatting.) | Default value | Description |
78
78
| --- | --- | --- |
79
- | formatOnSave | ` false ` | Applies formatting on document save. |
80
79
| outputWindow | ` "Python" ` | The name of the output window for formatting messages. |
81
80
| provider | ` "autopep8" ` | Specifies the formatter to use, either "autopep8" or "yapf". |
82
81
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ Workspace symbols are symbols in C source code generated by the ctags tool (desc
50
50
51
51
| Setting<br />(python.formatting.) | Default | Description | See also |
52
52
| --- | --- | --- | --- |
53
- | formatOnSave | ` false ` | Applies formatting on document save. | [ Editing - Formatting] ( /docs/python/editing.md#formatting ) |
54
53
| outputWindow | ` "Python" ` | The name of the output window for formatting messages. | [ Editing - Formatting] ( /docs/python/editing.md#formatting ) |
55
54
| provider | ` "autopep8" ` | Specifies the formatter to use, either "autopep8" or "yapf". | [ Editing - Formatting] ( /docs/python/editing.md#formatting ) |
56
55
| autopep8Path | ` "autopep8" ` | Path to autopep8 | [ Editing - Formatting] ( /docs/python/editing.md#formatting ) |
You can’t perform that action at this time.
0 commit comments