15 lines
480 B
JSON
15 lines
480 B
JSON
{
|
|
"terminal.integrated.fontFamily": "OxygenMono, D2CodingLigatureMono",
|
|
"terminal.integrated.fontWeightBold": "bold",
|
|
"[python]": {
|
|
"editor.defaultFormatter": "charliermarsh.ruff",
|
|
"editor.insertSpaces": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit",
|
|
"source.organizeImports": "explicit",
|
|
"editor.insertSpaces": "explicit"
|
|
}
|
|
}
|
|
|
|
} |