20 строки
394 B
Plaintext
20 строки
394 B
Plaintext
{
|
|
"printWidth": 120,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"plugins": ["prettier-plugin-organize-imports"],
|
|
"overrides": [
|
|
{
|
|
"files": ["*.md"],
|
|
"options": {
|
|
"tabWidth": 2
|
|
}
|
|
}
|
|
]
|
|
}
|