This website requires JavaScript.
Explore
Help
Sign In
zed-industries
/
zed
Watch
1
Star
1
Fork
0
You've already forked zed
mirror of
https://github.com/zed-industries/zed.git
synced
2024-11-08 07:35:01 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ab6b9196e1
zed
/
.zed
/
settings.json
10 lines
129 B
JSON
Raw
Normal View
History
Unescape
Escape
Ensure json uses a tab size of 4
2023-07-31 20:08:40 +03:00
{
Fix `Cargo.toml` formatting (#7886) This PR disables the formatting for `.toml` files within the Zed repo, as the formatter provided by the TOML language server messes things up. Release Notes: - N/A
2024-02-16 05:54:43 +03:00
"languages"
:
{
"TOML"
:
{
"formatter"
:
"prettier"
,
"format_on_save"
:
"off"
}
WIP: Add a setting to visually redact enviroment variables (#7124) Release Notes: - Added bash syntax highlighting to `.env` files. - Added a `private_files` setting for configuring which files should be considered to contain environment variables or other sensitive information. - Added a `redact_private_values` setting to add or remove censor bars over variable values in files matching the `private_files` patterns. -(internal) added a new `redactions.scm` query to our language support, allowing different config file formats to indicate where environment variable values can be identified in the syntax tree, added this query to `bash`, `json`, `toml`, and `yaml` files. --------- Co-authored-by: Nathan <nathan@zed.dev>
2024-01-31 22:42:09 +03:00
}
,
"formatter"
:
"auto"
Ensure json uses a tab size of 4
2023-07-31 20:08:40 +03:00
}
Reference in New Issue
Copy Permalink