前端代码格式化
This commit is contained in:
8
resources/admin/.prettierrc.json
Normal file
8
resources/admin/.prettierrc.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/prettierrc",
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"printWidth": 300,
|
||||
"useTabs": true,
|
||||
"tabWidth": 4
|
||||
}
|
||||
Reference in New Issue
Block a user