docs/src/configuring-zed.md 🔗
@@ -994,7 +994,7 @@ The result is still `)))` and not `))))))`, which is what it would be by default
"**/.git",
"**/.svn",
"**/.hg",
- "**/.jj"
+ "**/.jj",
"**/CVS",
"**/.DS_Store",
"**/Thumbs.db",
Travis Stevens created
Fix a missing comma in the docs
Release Notes:
- N/A
docs/src/configuring-zed.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -994,7 +994,7 @@ The result is still `)))` and not `))))))`, which is what it would be by default
"**/.git",
"**/.svn",
"**/.hg",
- "**/.jj"
+ "**/.jj",
"**/CVS",
"**/.DS_Store",
"**/Thumbs.db",