mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 20:28:20 +03:00
39 lines
852 B
Plaintext
39 lines
852 B
Plaintext
|
{
|
||
|
"semi": false,
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "es5",
|
||
|
"tabWidth": 4,
|
||
|
"printWidth": 100,
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": "*.sass",
|
||
|
"options": {
|
||
|
"printWidth": 999
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"files": "*.mdx",
|
||
|
"options": {
|
||
|
"tabWidth": 2,
|
||
|
"printWidth": 80,
|
||
|
"proseWrap": "always"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"files": "*.md",
|
||
|
"options": {
|
||
|
"tabWidth": 2,
|
||
|
"printWidth": 80,
|
||
|
"proseWrap": "always",
|
||
|
"htmlWhitespaceSensitivity": "strict"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"files": "*.html",
|
||
|
"options": {
|
||
|
"htmlWhitespaceSensitivity": "strict"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|