Made all instances updateable Added hyperpipe Closes https://github.com/libredirect/libredirect/issues/398 Added cloudtube Closes https://github.com/libredirect/libredirect/issues/397 Start using prettier
24 lines
328 B
JSON
24 lines
328 B
JSON
{
|
|
"semi": false,
|
|
"tabWidth": 2,
|
|
"useTabs": true,
|
|
"arrowParens": "avoid",
|
|
"printWidth": 200,
|
|
"overrides": [
|
|
{
|
|
"files": ["*.js", "*.json"],
|
|
"options": {
|
|
"tabWidth": 2,
|
|
"singleQuote": false
|
|
}
|
|
},
|
|
{
|
|
"files": ["*.html", "*.py"],
|
|
"options": {
|
|
"tabWidth": 4,
|
|
"singleQuote": true
|
|
}
|
|
}
|
|
]
|
|
}
|