vscode: disable format on save

pull/2634/head
Enes Sadık Özbek 2023-12-18 18:08:17 +03:00
parent 5b61d849b8
commit 0263a89826
No known key found for this signature in database
GPG Key ID: 85CC9787265BBC7F
1 changed files with 3 additions and 2 deletions

View File

@ -10,5 +10,6 @@
"./repositories/stable-diffusion-stability-ai",
"./repositories/stable-diffusion-stability-ai/ldm"
],
"python.analysis.typeCheckingMode": "off"
}
"python.analysis.typeCheckingMode": "off",
"editor.formatOnSave": false
}