mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-07-13 00:21:25 +08:00
📦 Chore(custom): update vscode setting
This commit is contained in:
13
.prettierrc
13
.prettierrc
@@ -16,5 +16,16 @@
|
||||
"useTabs": false,
|
||||
"endOfLine": "lf",
|
||||
"plugins": ["prettier-plugin-tailwindcss"],
|
||||
"tailwindStylesheet": "./src/renderer/index.css"
|
||||
"tailwindStylesheet": "./src/renderer/index.css",
|
||||
"overrides": [
|
||||
{
|
||||
"files": "*.md",
|
||||
"options": {
|
||||
"parser": "markdown",
|
||||
"proseWrap": "preserve",
|
||||
"embeddedLanguageFormatting": "auto",
|
||||
"printWidth": 120
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user