19 lines
300 B
Plaintext
19 lines
300 B
Plaintext
{
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"printWidth": 120,
|
|
"endOfLine": "lf",
|
|
"trailingComma": "es5",
|
|
"arrowParens": "always",
|
|
"overrides": [
|
|
{
|
|
"files": "*.md",
|
|
"options": {
|
|
"printWidth": 80,
|
|
"tabWidth": 4,
|
|
"proseWrap": "preserve"
|
|
}
|
|
}
|
|
]
|
|
}
|