Files
IoPlot-Dash/.prettierrc
2025-04-17 14:39:00 +03:30

17 lines
395 B
Plaintext

{
"semi": true,
"tabWidth": 2,
"printWidth": 100,
"trailingComma": "all",
"singleQuote": false,
"jsxSingleQuote": false,
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"endOfLine": "lf",
"quoteProps": "as-needed",
"plugins": ["prettier-plugin-tailwindcss"],
"tailwindConfig": "./tailwind.config.js",
"embeddedLanguageFormatting": "auto"
}