mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2026-01-15 01:42:34 +00:00
13 lines
365 B
JSON
13 lines
365 B
JSON
// Folder-specific settings
|
|
//
|
|
// For a full list of overridable settings, and general information on folder-specific settings,
|
|
// see the documentation: https://zed.dev/docs/configuring-zed#folder-specific-settings
|
|
{
|
|
"formatter": "prettier",
|
|
"format_on_save": "on",
|
|
"languages": {
|
|
"TypeScript": {
|
|
"language_servers": ["vtsls", "!deno"]
|
|
}
|
|
}
|
|
}
|