mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-21 07:33:54 +08:00
32 lines
717 B
Plaintext
32 lines
717 B
Plaintext
{
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": true,
|
|
"htmlWhitespaceSensitivity": "css",
|
|
"insertPragma": false,
|
|
"jsxBracketSameLine": false,
|
|
"jsxSingleQuote": true,
|
|
"printWidth": 120,
|
|
"proseWrap": "always",
|
|
"quoteProps": "as-needed",
|
|
"requirePragma": false,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all",
|
|
"useTabs": false,
|
|
"endOfLine": "lf",
|
|
"plugins": ["prettier-plugin-tailwindcss"],
|
|
"tailwindStylesheet": "./src/renderer/index.css",
|
|
"overrides": [
|
|
{
|
|
"files": "*.md",
|
|
"options": {
|
|
"parser": "markdown",
|
|
"proseWrap": "preserve",
|
|
"embeddedLanguageFormatting": "auto",
|
|
"printWidth": 120
|
|
}
|
|
}
|
|
]
|
|
}
|