fix missing stuffs

This commit is contained in:
tungdo0602
2025-06-30 21:53:29 +07:00
parent bbd5f3cee5
commit 8b072d8b38
10 changed files with 40 additions and 8 deletions

View File

@@ -2,6 +2,6 @@
"singleQuote": true,
"printWidth": 120,
"trailingComma": "all",
"endOfLine": "lf",
"endOfLine": "auto",
"arrowParens": "avoid"
}