This commit is contained in:
tungdo0602
2025-06-30 22:19:34 +07:00
parent da07ddabee
commit 2e4542c069
6 changed files with 182 additions and 184 deletions

View File

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