fix test & build

This commit is contained in:
notmd
2023-01-25 15:48:53 +07:00
parent 94d2ed820e
commit 31630be319
5 changed files with 8 additions and 14 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"tabWidth": 2,
"printWidth": 120,
"overrides": [
{
"files": "*.css",
"options": {
"tabWidth": 4
}
}
]
}