gitea-custom/.prettierrc
Lucas Colombo 65a7943588 🥂 Initial commit
2023-07-01 16:19:40 -03:00

21 lines
375 B
Plaintext

{
"singleQuote": true,
"useTabs": false,
"tabWidth": 4,
"printWidth": 90,
"overrides": [
{
"files": ["*.yml", "*.yaml"],
"options": {
"tabWidth": 2
}
},
{
"files": ["*.scss"],
"options": {
"printWidth": 100
}
}
]
}