mirror of
https://codeberg.org/LibRedirect/libredirect.git
synced 2024-12-12 17:46:17 +01:00
23 lines
309 B
JSON
23 lines
309 B
JSON
{
|
|
"semi": false,
|
|
"tabWidth": 2,
|
|
"useTabs": true,
|
|
"arrowParens": "avoid",
|
|
"printWidth": 200,
|
|
"overrides": [
|
|
{
|
|
"files": ["*.js", "*.json"],
|
|
"options": {
|
|
"singleQuote": false
|
|
}
|
|
},
|
|
{
|
|
"files": ["*.html", "*.py"],
|
|
"options": {
|
|
"tabWidth": 4,
|
|
"singleQuote": true
|
|
}
|
|
}
|
|
]
|
|
}
|