Support EditorConfig (#13056)

This commit is contained in:
Michael Davis 2025-03-22 03:06:41 -04:00 committed by GitHub
parent f6cb90593d
commit 3a63e85b6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 415 additions and 22 deletions

View file

@ -60,6 +60,7 @@
| `jump-label-alphabet` | The characters that are used to generate two character jump labels. Characters at the start of the alphabet are used first. | `"abcdefghijklmnopqrstuvwxyz"`
| `end-of-line-diagnostics` | Minimum severity of diagnostics to render at the end of the line. Set to `disable` to disable entirely. Refer to the setting about `inline-diagnostics` for more details | "disable"
| `clipboard-provider` | Which API to use for clipboard interaction. One of `pasteboard` (MacOS), `wayland`, `x-clip`, `x-sel`, `win-32-yank`, `termux`, `tmux`, `windows`, `termcode`, `none`, or a custom command set. | Platform and environment specific. |
| `editor-config` | Whether to read settings from [EditorConfig](https://editorconfig.org) files | `true` |
### `[editor.clipboard-provider]` Section