首次提交
This commit is contained in:
22
VScode/.prettierrc
Normal file
22
VScode/.prettierrc
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"singleQuote": false,
|
||||
"semi": true,
|
||||
"trailingComma": "none",
|
||||
"printWidth": 100,
|
||||
"arrowParens": "always",
|
||||
"tabWidth": 2,
|
||||
"endOfLine": "auto",
|
||||
"overrides": [
|
||||
{
|
||||
"files": ".prettierrc",
|
||||
"options": { "parser": "json" }
|
||||
},
|
||||
{
|
||||
"files": "*.vue",
|
||||
"options": {
|
||||
"parser": "vue",
|
||||
"printWidth": 300
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user