blob: 60759a730eba808e65d3a2c0dda02041acafbbda (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
{
"[python]": {
"editor.formatOnType": true,
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.rulers": [80, 120],
},
"black-formatter.importStrategy": "fromEnvironment",
}
|