pyright/.prettierrc
2020-04-07 17:18:22 -07:00

16 lines
274 B
Plaintext

{
"singleQuote": true,
"tabWidth": 4,
"useTabs": false,
"printWidth": 120,
"endOfLine": "auto",
"overrides": [
{
"files": ["*.yml", "*.yaml"],
"options": {
"tabWidth": 2
}
}
]
}