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