This commit is contained in:
tungdo0602
2025-06-30 21:57:54 +07:00
parent 8b072d8b38
commit 70cd1133f8
10 changed files with 10 additions and 10 deletions

View File

@@ -41,7 +41,7 @@
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "all",
"endOfLine": "lf",
"endOfLine": "auto",
"arrowParens": "avoid"
}
],