We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa9087 commit 87c4dc7Copy full SHA for 87c4dc7
.vscode/settings.json
@@ -0,0 +1,20 @@
1
+{
2
+ "files.trimTrailingWhitespace": true,
3
+ "files.insertFinalNewline": true,
4
+ "python.formatting.provider": "black",
5
+ "python.linting.flake8Enabled": true,
6
+ "editor.tabSize": 2,
7
+ "files.encoding": "utf8",
8
+ "files.eol": "\n",
9
+ "[python]": {
10
+ "editor.formatOnSave": true,
11
+ "editor.tabSize": 4,
12
+ },
13
+ "editor.rulers": [
14
+ 88
15
+ ],
16
+ "files.exclude": {
17
+ "**/__pycache__": true
18
19
+ "autoDocstring.guessTypes": false,
20
+}
0 commit comments