13 lines
260 B
Plaintext
13 lines
260 B
Plaintext
{
|
|
"printWidth": 120,
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"singleAttributePerLine": false,
|
|
"overrides": [
|
|
{
|
|
"files": ["*.svelte", "*.astro", "*.ts", "*.js", "*.tsx", "*.jsx"],
|
|
"options": {
|
|
"printWidth": 100
|
|
}
|
|
}
|
|
]
|
|
} |