Skip to content

Commit

Permalink
Commit VSCode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Feb 1, 2024
1 parent 70b98ab commit 17cae6d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"[markdown]": {
"editor.rulers": [80]
},
"[python]": {
"editor.rulers": [89]
},
"prettier.printWidth": 79,
"rewrap.wrappingColumn": 79,
"python.testing.pytestArgs": ["tests"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"isort.check": true,
"markdownlint.config": {
"MD033": false,
"MD036": false,
"MD041": false
}
}

0 comments on commit 17cae6d

Please sign in to comment.