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 ],
818 "files.exclude" : {
919 "**/__pycache__" : true ,
1020 "**/*.pyc" : true ,
1121 "**/*.pyo" : true ,
12- "**/*.pyd" : true ,
22+ "**/*.pyd" : true
1323 },
1424 "files.trimFinalNewlines" : true ,
1525 "files.trimTrailingWhitespace" : true ,
16- "editor.formatOnSave" : true ,
1726 "python.analysis.autoFormatStrings" : true ,
18- "python.testing.unittestEnabled " : false ,
27+ "python.testing.pytestArgs " : [] ,
1928 "python.testing.pytestEnabled" : true ,
2029 "python.testing.pytestPath" : " pytest" ,
21- "python.testing.pytestArgs" : [],
22- "[python]" : {
23- "editor.defaultFormatter" : " charliermarsh.ruff"
24- },
25- "editor.codeActionsOnSave" : {
26- "source.organizeImports.ruff" : " explicit"
27- },
28- "[restructuredtext]" : {
29- "editor.wordWrap" : " on"
30- },
30+ "python.testing.unittestEnabled" : false
3131}
0 commit comments