Files
d9-eql/web/themes/custom/eql/librairies/glightbox-master/.prettierrc.json
T
2025-05-27 15:33:47 +02:00

32 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
}
}
]
}