feat: 文本绘制测试页面
This commit is contained in:
+17
-1
@@ -2,5 +2,21 @@
|
||||
"singleQuote": true,
|
||||
"trailingComma": "all",
|
||||
"tabWidth": 4,
|
||||
"printWidth": 200
|
||||
"printWidth": 100,
|
||||
"formatOnSave": true,
|
||||
"bracketSameLine": true,
|
||||
"overrides": [
|
||||
{
|
||||
"files": "*.wxml",
|
||||
"options": { "parser": "html" }
|
||||
},
|
||||
{
|
||||
"files": "*.wxss",
|
||||
"options": { "parser": "css" }
|
||||
},
|
||||
{
|
||||
"files": "*.wxs",
|
||||
"options": { "parser": "babel" }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user