style(tests): format all files

This commit is contained in:
Vasil Chimev
2019-08-22 13:54:47 +03:00
parent 0a5ac1a527
commit 7412ce82b3
142 changed files with 589 additions and 557 deletions

View File

@@ -1,4 +1,4 @@
<StackLayout xmlns:customControls="xml-declaration/mymodule" class="MySecondCustomStackLayout">
<Label id="Label1" text="mymodulewithxml" />
<Button text="Click!" tap="buttonTap2" />
<Button text="Click!" tap="buttonTap2" />
</StackLayout>

View File

@@ -13,4 +13,4 @@
</TabViewItem>
</TabView.items>
</TabView>
</Page>
</Page>

View File

@@ -1,2 +1,4 @@
{ "name" : "MyControl",
"main" : "MyControl.js" }
{
"name": "MyControl",
"main": "MyControl.js"
}