From 4cc487f89362fbee23fdd6e985766745b6da1067 Mon Sep 17 00:00:00 2001 From: Philippe Miossec Date: Mon, 15 Dec 2014 10:17:01 +0100 Subject: [PATCH] .gitattribute consequences ;) --- .editorconfig | 38 +++++++++++++++++++------------------- UI/App.xaml.cs | 16 ++++++++-------- UI/MainWindow.xaml | 16 ++++++++-------- 3 files changed, 35 insertions(+), 35 deletions(-) diff --git a/.editorconfig b/.editorconfig index 2e08cad..73b650f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,19 +1,19 @@ -; Visual Studio Extension : http://visualstudiogallery.msdn.microsoft.com/c8bccfe2-650c-4b42-bc5c-845e21f96328 -; See http://editorconfig.org/ for more informations - -; Top-most EditorConfig file -root = true - -[*.cs] -indent_style = space -indent_size = 4 -trim_trailing_whitespace = true -charset = utf-8 -insert_final_newline = true - -[*.xaml] -indent_style = space -indent_size = 4 -trim_trailing_whitespace = true -charset = utf-8 -insert_final_newline = true +; Visual Studio Extension : http://visualstudiogallery.msdn.microsoft.com/c8bccfe2-650c-4b42-bc5c-845e21f96328 +; See http://editorconfig.org/ for more informations + +; Top-most EditorConfig file +root = true + +[*.cs] +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true +charset = utf-8 +insert_final_newline = true + +[*.xaml] +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true +charset = utf-8 +insert_final_newline = true diff --git a/UI/App.xaml.cs b/UI/App.xaml.cs index febc79d..dab0013 100644 --- a/UI/App.xaml.cs +++ b/UI/App.xaml.cs @@ -12,14 +12,14 @@ namespace UI /// Interaction logic for App.xaml /// public partial class App : Application - { - private void Application_Startup(object sender, StartupEventArgs e) - { - var wnd = new MainWindow(); - if (e.Args.Length == 1) - wnd.TxtRepositoryPath.Text = e.Args[0]; - wnd.Show(); - } + { + private void Application_Startup(object sender, StartupEventArgs e) + { + var wnd = new MainWindow(); + if (e.Args.Length == 1) + wnd.TxtRepositoryPath.Text = e.Args[0]; + wnd.Show(); + } } } diff --git a/UI/MainWindow.xaml b/UI/MainWindow.xaml index ff75e08..0c9ebdf 100644 --- a/UI/MainWindow.xaml +++ b/UI/MainWindow.xaml @@ -21,7 +21,7 @@ - + @@ -29,13 +29,13 @@ - - - - - - - + + + + + + +