mirror of https://github.com/explosion/spaCy.git
38 lines
828 B
Plaintext
38 lines
828 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": ["package.json", "package-lock.json"],
|
|
"options": {
|
|
"tabWidth": 2,
|
|
"printWidth": 80,
|
|
"proseWrap": "always"
|
|
}
|
|
},
|
|
{
|
|
"files": "*.html",
|
|
"options": {
|
|
"htmlWhitespaceSensitivity": "strict"
|
|
}
|
|
}
|
|
]
|
|
}
|