From 6a1415b3e135f83e8afe484210dfedfbd17a9dd2 Mon Sep 17 00:00:00 2001 From: Thomas Denney Date: Fri, 15 Jul 2016 15:39:16 +0100 Subject: [PATCH] Default indentation for default project. The editor lints the TS file every time it launches, might as well commit the change. --- libs/cpp-test/hello.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/cpp-test/hello.ts b/libs/cpp-test/hello.ts index 2153f128..9e07838d 100644 --- a/libs/cpp-test/hello.ts +++ b/libs/cpp-test/hello.ts @@ -1,10 +1,10 @@ basic.plotLeds(` -# # . # # -. . # . . -. . # . . -# . . . # -. # # # . -`); + # # . # # + . . # . . + . . # . . + # . . . # + . # # # . + `); basic.pause(300); basic.showString("Hello"); // foo.bar();