11{
22 "[bat]" : {
3- "files.encoding" : " cp850" ,
3+ "files.encoding" : " cp850"
44 },
5+ "[python]" : {
6+ "editor.defaultFormatter" : " charliermarsh.ruff"
7+ },
8+ "[restructuredtext]" : {
9+ "editor.wordWrap" : " on"
10+ },
11+ "editor.codeActionsOnSave" : {
12+ "source.organizeImports.ruff" : " explicit"
13+ },
14+ "editor.formatOnSave" : true ,
515 "editor.rulers" : [
616 88
717 ],
1222 },
1323 "files.trimFinalNewlines" : true ,
1424 "files.trimTrailingWhitespace" : true ,
15- "editor.formatOnSave" : true ,
1625 "python.analysis.autoFormatStrings" : true ,
17- "python.testing.unittestEnabled " : false ,
26+ "python.testing.pytestArgs " : [] ,
1827 "python.testing.pytestEnabled" : true ,
1928 "python.testing.pytestPath" : " pytest" ,
20- "python.testing.pytestArgs" : [],
21- "[python]" : {
22- "editor.defaultFormatter" : " charliermarsh.ruff"
23- },
24- "editor.codeActionsOnSave" : {
25- "source.organizeImports.ruff" : " explicit"
26- },
27- "[restructuredtext]" : {
28- "editor.wordWrap" : " on"
29- },
29+ "python.testing.unittestEnabled" : false ,
30+ "terminal.integrated.tabs.description" : " ${workspaceFolder}" ,
3031}
0 commit comments