Skip to content

Commit

Permalink
Add vscode settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed May 3, 2024
1 parent d22bc5a commit ed579a3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"[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
},
"cSpell.words": ["funcs"]
}

0 comments on commit ed579a3

Please sign in to comment.