yunohost-admin/app/.prettierrc
2024-03-02 02:58:00 +01:00

19 lines
260 B
Text

{
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"overrides": [
{
"files": "**/*.json",
"options": {
"tabWidth": 4
}
},
{
"files": "./*.json",
"options": {
"tabWidth": 2
}
}
]
}