apply decreaseIndent for ruby code

This commit is contained in:
rebornix
2016-12-02 10:54:45 -08:00
parent bf38fbef59
commit db979de520
4 changed files with 45 additions and 1 deletions

View File

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