support auto indentation in python #3754

This commit is contained in:
Don Jayamanne
2016-07-15 12:24:31 +10:00
parent 8e02408ffc
commit 57fa648285
7 changed files with 93 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"noLib": true,
"target": "es5",
"module": "commonjs",
"outDir": "./out"
},
"exclude": [
"node_modules"
]
}