25 lines
347 B
JSON
25 lines
347 B
JSON
{
|
|
"tabWidth": 4,
|
|
"overrides": [
|
|
{
|
|
"files": "**/*.{html}",
|
|
"options": {
|
|
"printWidth": 10000
|
|
}
|
|
},
|
|
{
|
|
"files": "**/*.js",
|
|
"options": {
|
|
"printWidth": 100
|
|
}
|
|
},
|
|
{
|
|
"files": "**/*.json",
|
|
"options": {
|
|
"tabWidth": 2,
|
|
"printWidth": 80
|
|
}
|
|
}
|
|
]
|
|
}
|