mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
31 lines
508 B
JSON
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
|
|
}
|
|
}
|
|
]
|
|
}
|