mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 04:44:30 +00:00
Fix comments in settings files (#2604)
I accidentally added the information about folder-specific settings to the user settings default file - just fixing that. Release Notes: - N/A
This commit is contained in:
parent
9d32e933e8
commit
40b6c657ef
2 changed files with 6 additions and 12 deletions
|
@ -1,11 +1,5 @@
|
||||||
// Folder-specific Zed settings
|
// Folder-specific settings
|
||||||
//
|
//
|
||||||
// A subset of Zed's settings can be configured on a per-folder basis.
|
// For a full list of overridable settings, and general information on folder-specific settings,
|
||||||
//
|
// see the documentation: https://docs.zed.dev/configuration/configuring-zed#folder-specific-settings
|
||||||
// For information on how to configure Zed, see the Zed
|
|
||||||
// documentation: https://zed.dev/docs/configuring-zed
|
|
||||||
//
|
|
||||||
// To see all of Zed's default settings without changing your
|
|
||||||
// custom settings, run the `open default settings` command
|
|
||||||
// from the command palette or from `Zed` application menu.
|
|
||||||
{}
|
{}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// Folder-specific settings
|
// Zed settings
|
||||||
//
|
//
|
||||||
// For a full list of overridable settings, and general information on folder-specific settings, see the documentation:
|
// For information on how to configure Zed, see the Zed
|
||||||
// https://docs.zed.dev/configuration/configuring-zed#folder-specific-settings
|
// documentation: https://zed.dev/docs/configuring-zed
|
||||||
//
|
//
|
||||||
// To see all of Zed's default settings without changing your
|
// To see all of Zed's default settings without changing your
|
||||||
// custom settings, run the `open default settings` command
|
// custom settings, run the `open default settings` command
|
||||||
|
|
Loading…
Reference in a new issue