12 lines
248 B
JSON
12 lines
248 B
JSON
{
|
|
"[python]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "charliermarsh.ruff",
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
}
|
|
},
|
|
"ruff.nativeServer": "on",
|
|
"ruff.lineLength": 119
|
|
}
|