mirror of
https://github.com/microsoft/pyright.git
synced 2025-12-23 09:19:29 +00:00
15 lines
274 B
Text
15 lines
274 B
Text
{
|
|
"singleQuote": true,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"printWidth": 120,
|
|
"endOfLine": "auto",
|
|
"overrides": [
|
|
{
|
|
"files": ["*.yml", "*.yaml"],
|
|
"options": {
|
|
"tabWidth": 2
|
|
}
|
|
}
|
|
]
|
|
}
|