This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
zed
Watch
1
Star
0
Fork
You've already forked zed
0
mirror of
https://github.com/zed-industries/zed.git
synced
2025-01-07 09:17:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
13
ad88e9754e
zed
/
.zed
/
settings.json
7 lines
61 B
JSON
Raw
Normal View
History
Unescape
Escape
Ensure json uses a tab size of 4
2023-07-31 17:08:40 +00:00
{
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 19:42:09 +00:00
"JSON"
:
{
"tab_size"
:
4
}
,
"formatter"
:
"auto"
Ensure json uses a tab size of 4
2023-07-31 17:08:40 +00:00
}
Reference in a new issue
Copy permalink