1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/node_modules/glightbox/.prettierrc.json
Daniel Neto 59a20745e7 Update
2024-02-08 10:08:03 -03:00

31 lines
508 B
JSON

{
"trailingComma": "none",
"tabWidth": 4,
"printWidth": 220,
"proseWrap": "never",
"semi": true,
"singleQuote": true,
"jsxBracketSameLine": true,
"arrowParens": "always",
"htmlWhitespaceSensitivity": "ignore",
"overrides": [
{
"files": "*.json",
"options": {
"tabWidth": 2
}
},
{
"files": "*.md",
"options": {
"tabWidth": 2
}
},
{
"files": "*.yml",
"options": {
"tabWidth": 2
}
}
]
}