Skip to content

Drop python.formatting.formatOnSave #1290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 12, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/python/editing.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ The Python extension supports source code formatting using either autopep8 (the

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

Expand Down
1 change: 0 additions & 1 deletion docs/python/settings-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ Workspace symbols are symbols in C source code generated by the ctags tool (desc

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