mirror of
https://github.com/SuperBFG7/ympd
synced 2025-01-05 07:00:27 +00:00
21 lines
363 B
JSON
21 lines
363 B
JSON
|
{
|
||
|
"trailingComma": "es5",
|
||
|
"tabWidth": 4,
|
||
|
"semi": true,
|
||
|
"singleQuote": true,
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": ["*.html"],
|
||
|
"options": {
|
||
|
"tabWidth": 2
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"files": ["*.css"],
|
||
|
"options": {
|
||
|
"tabWidth": 2
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|