19 lines
334 B
JSON
19 lines
334 B
JSON
{
|
|
"tabWidth": 4,
|
|
"overrides": [
|
|
{
|
|
"files": ["*.html"],
|
|
"options": {
|
|
"printWidth": 200,
|
|
"tabWidth": 4
|
|
}
|
|
},
|
|
{
|
|
"files": ["*.md"],
|
|
"options": {
|
|
"proseWrap": "always"
|
|
}
|
|
}
|
|
]
|
|
}
|