Skip to content

Commit

Permalink
Merge pull request #2 from ding1dingx/dev
Browse files Browse the repository at this point in the history
feat: Disable semicolons in Zed editor settings
  • Loading branch information
syxc authored Nov 1, 2024
2 parents 1818fb4 + 6423be2 commit 6a08c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zed/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// Format config
"tabWidth": 2,
"useTabs": false,
"semi": true,
"semi": false,
"singleQuote": true,
"jsxSingleQuote": true,
"bracketSpacing": true,
Expand Down

0 comments on commit 6a08c6a

Please sign in to comment.