Remnawave_Subscription-page/.prettierrc
2025-05-09 16:50:57 +03:00

21 lines
375 B
Text

{
"bracketSpacing": true,
"tabWidth": 4,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all",
"overrides": [
{
"files": ["*.js", "*.jsx", "*.ts", "*.tsx"],
"options": {
"parser": "typescript"
}
},
{
"files": ["*.md", "*.json", "*.yaml", "*.yml"],
"options": {
"tabWidth": 2
}
}
]
}