mirror of
https://github.com/microsoft/pyright.git
synced 2024-11-05 02:46:22 +03:00
16 lines
274 B
Plaintext
16 lines
274 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"printWidth": 120,
|
|
"endOfLine": "auto",
|
|
"overrides": [
|
|
{
|
|
"files": ["*.yml", "*.yaml"],
|
|
"options": {
|
|
"tabWidth": 2
|
|
}
|
|
}
|
|
]
|
|
}
|