update Kiln

This commit is contained in:
lb
2023-07-01 09:51:17 +08:00
parent f116f7bc95
commit 75a41a5713
3 changed files with 134 additions and 127 deletions

View File

@@ -2,10 +2,13 @@
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
"useTabs": true,
"overrides": [
{
"files": ".prettierrc",
"options": { "parser": "json" }
"options": {
"parser": "json"
}
}
]
}
}