1
0

refactor: modify configuration of the editor

This commit is contained in:
gin
2026-05-08 11:39:29 +08:00
parent a5d3c35cfb
commit 0024459709
9 changed files with 43 additions and 108 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
module.exports = {
tabWidth: 2,
bracketSpacing: true,
singleQuote: false,
arrowParens: "avoid",
trailingComma: "none"
};