mirror of
https://github.com/barkeser2002/duplicate-file-finder.git
synced 2026-09-25 01:49:50 +03:00
11 lines
301 B
JSON
11 lines
301 B
JSON
{
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"[python]": {
|
|
"editor.defaultFormatter": null
|
|
},
|
|
"python.formatting.provider": "black",
|
|
"python.formatting.autopep8Args": ["--max-line-length=120"],
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnPaste": false
|
|
}
|