From 9fc1d3ce478719a7e3af4e373d30f419b8cb283c Mon Sep 17 00:00:00 2001 From: Ron Buckton Date: Tue, 19 May 2015 10:56:46 -0700 Subject: [PATCH] Adjusted spacing in tasks.json --- .settings/tasks.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.settings/tasks.json b/.settings/tasks.json index ffc72d7115d..e617f228378 100644 --- a/.settings/tasks.json +++ b/.settings/tasks.json @@ -6,18 +6,18 @@ // ${fileExtname}: the current opened file's extension // ${cwd}: the current working directory of the spawned process { - "version": "0.1.0", - "command": "jake", - "isShellCommand": true, - "showOutput": "silent", - "tasks": [ - { - "taskName": "local", - "isBuildCommand": true, - "showOutput": "silent", - "problemMatcher": [ - "$tsc" - ] - } - ] + "version": "0.1.0", + "command": "jake", + "isShellCommand": true, + "showOutput": "silent", + "tasks": [ + { + "taskName": "local", + "isBuildCommand": true, + "showOutput": "silent", + "problemMatcher": [ + "$tsc" + ] + } + ] } \ No newline at end of file