-
-
Notifications
You must be signed in to change notification settings - Fork 175
Closed
Description
prettier-plugin-tailwindcs: v0.2.1
Tailwind CSS: v3.2.4
Node.js: v18.12.1
Package Manager: pnpm v7.21.0
Operating System: Windows 11
Describe your issue
prettier-plugin-tailwindcss doesn't work with vscode and it's plugin Svelte for VS Code and Prettier - Code formatter;
it won't format the *.svelte files (but it formats the html files);
And with the svelte files, the "prettier" has taken effect, cause the prettier-plugin-organize-imports and prettier-plugin-css-order works fine,except prettier-plugin-tailwindcss...,so i think Is there anything that prevents tailwind formatting?...
here is my .prettierrc
{
"plugins": ["prettier-plugin-svelte", "prettier-plugin-organize-imports", "prettier-plugin-css-order", "prettier-plugin-tailwindcss"],
"pluginSearchDirs": false,
"svelteSortOrder": "options-scripts-markup-styles",
"svelteStrictMode": false,
"svelteAllowShorthand": false,
"svelteIndentScriptAndStyle": true,
"organizeImportsSkipDestructiveCodeActions": true,
"semi": true,
"useTabs": false,
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": true,
"endOfLine": "lf",
"quoteProps": "as-needed",
"arrowParens": "always",
"printWidth": 999999,
"htmlWhitespaceSensitivity": "ignore",
"singleAttributePerLine": false
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels