Skip to content

Commit c911242

Browse files
committed
Format settings.json
1 parent 2e621d3 commit c911242

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.vscode/settings.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
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

Comments
 (0)