Skip to content

Commit 156368a

Browse files
committed
ipython
1 parent abf173f commit 156368a

6 files changed

Lines changed: 712 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"typescript.tsdk": "./node_modules/typescript/lib", // we want to use the TS server from our node_modules folder to control its version
1212
"tslint.enable": true,
1313
"python.linting.enabled": false,
14-
"python.formatting.formatOnSave": false
14+
"python.formatting.formatOnSave": false,
15+
"editor.tabSize": 4
1516
}

0 commit comments

Comments
 (0)