mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 02:38:25 +00:00
Fix a typo in docs/editors/settings.md
(#12614)
Diff: ```diff -- `false: Same as`off\` +- `false`: Same as `off` ```
This commit is contained in:
parent
a3e67abf4c
commit
2e2b1b460f
1 changed files with 1 additions and 1 deletions
|
@ -713,7 +713,7 @@ automatically decide between the two based on the Ruff version and extension set
|
|||
1. If the Ruff version is \< `0.5.3`, use [`ruff-lsp`](https://github.com/astral-sh/ruff-lsp). A
|
||||
warning will be displayed if settings specific to the native server are detected.
|
||||
- `true`: Same as `on`
|
||||
- `false: Same as`off\`
|
||||
- `false`: Same as `off`
|
||||
|
||||
**Default value**: `"auto"`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue