Default indentation for default project.

The editor lints the TS file every time it launches, might as well commit the change.
This commit is contained in:
Thomas Denney 2016-07-15 15:39:16 +01:00
parent 2d09aef287
commit 6a1415b3e1

View File

@ -1,10 +1,10 @@
basic.plotLeds(` basic.plotLeds(`
# # . # # # # . # #
. . # . . . . # . .
. . # . . . . # . .
# . . . # # . . . #
. # # # . . # # # .
`); `);
basic.pause(300); basic.pause(300);
basic.showString("Hello"); basic.showString("Hello");
// foo.bar(); // foo.bar();