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-11 13:10:54 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9
20b58fea35
zed
/
.zed
/
settings.json
7 lines
71 B
JSON
Raw
Normal View
History
Unescape
Escape
Ensure json uses a tab size of 4
2023-07-31 17:08:40 +00:00
{
"JSON"
:
{
"tab_size"
:
4
Use auto formatter settings for Zed repo. Some users might have a language server formatter set in their settings, which is exclusive with prettier formatting. That causes disruptions in the way whitespaces and other things are formatted, esp. in json and yaml files, hence enforce one formatter settings for the entire Zed repo.
2024-01-12 10:00:18 +00:00
}
,
"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