diff --git a/.editorconfig b/.editorconfig
index 88d2b61..1601360 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -5,6 +5,7 @@ root = true
# All files
[*]
indent_style = space
+end_of_line = lf
# XML project files
[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj}]
diff --git a/App.xaml.cs b/App.xaml.cs
index aec2541..d67da7e 100644
--- a/App.xaml.cs
+++ b/App.xaml.cs
@@ -1,9 +1,9 @@
-namespace YOUserbase;
-
+namespace YOUserbase;
+
public partial class App : Application {
public App() {
InitializeComponent();
MainPage = new LoginShell();
- }
+ }
}
\ No newline at end of file
diff --git a/AppShell.xaml.cs b/AppShell.xaml.cs
index b243f81..c131b57 100644
--- a/AppShell.xaml.cs
+++ b/AppShell.xaml.cs
@@ -1,8 +1,8 @@
-namespace YOUserbase;
-
+namespace YOUserbase;
+
public partial class AppShell : Shell {
public AppShell() {
InitializeComponent();
Routing.RegisterRoute(nameof(UserOverviewPage), typeof(UserOverviewPage));
- }
+ }
}
\ No newline at end of file
diff --git a/CreateUserPage.xaml b/CreateUserPage.xaml
index 846fe7e..435d751 100644
--- a/CreateUserPage.xaml
+++ b/CreateUserPage.xaml
@@ -64,14 +64,25 @@
-
+ VerticalOptions="Center" />
+