mirror of
https://github.com/tabler/tabler.git
synced 2026-08-06 19:32:22 +04:00
8962710163
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
28 lines
431 B
Plaintext
28 lines
431 B
Plaintext
{
|
|
"bracketSpacing": true,
|
|
"jsxSingleQuote": false,
|
|
"printWidth": 320,
|
|
"proseWrap": "always",
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"quoteProps": "consistent",
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"trailingComma": "all",
|
|
"plugins": ["prettier-plugin-astro"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.scss",
|
|
"options": {
|
|
"parser": "scss"
|
|
}
|
|
},
|
|
{
|
|
"files": "*.astro",
|
|
"options": {
|
|
"parser": "astro"
|
|
}
|
|
}
|
|
]
|
|
}
|