Initial commit
This commit is contained in:
15
workspace/setting.json
Executable file
15
workspace/setting.json
Executable file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user