23 lines
425 B
Plaintext
23 lines
425 B
Plaintext
{
|
|
"tabWidth": 4,
|
|
"singleQuote": true,
|
|
"semi": false,
|
|
"printWidth": 120,
|
|
"bracketSameLine": true,
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"overrides": [
|
|
{
|
|
"files": "*.yml",
|
|
"options": {
|
|
"tabWidth": 2
|
|
}
|
|
},
|
|
{
|
|
"files": "*.md",
|
|
"options": {
|
|
"tabWidth": 2
|
|
}
|
|
}
|
|
]
|
|
}
|