From 4ebc681327c0e189dd10dec1365c8051910b376c Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Fri, 10 Jan 2020 20:06:13 +0200 Subject: [PATCH] Format XAML with XAMLStyler --- .config/dotnet-tools.json | 12 ++++++++++++ DiscordChatExporter.Gui/App.xaml | 2 +- .../DiscordChatExporter.Gui.csproj | 5 +++++ .../Views/Dialogs/SettingsView.xaml | 4 ++-- Settings.XamlStyler | 3 +++ 5 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 .config/dotnet-tools.json create mode 100644 Settings.XamlStyler diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json new file mode 100644 index 0000000..cbd8415 --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,12 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "xamlstyler.console": { + "version": "3.2001.0", + "commands": [ + "xstyler" + ] + } + } +} \ No newline at end of file diff --git a/DiscordChatExporter.Gui/App.xaml b/DiscordChatExporter.Gui/App.xaml index 1fc29c8..d22bbc8 100644 --- a/DiscordChatExporter.Gui/App.xaml +++ b/DiscordChatExporter.Gui/App.xaml @@ -1,4 +1,4 @@ - + + + + + \ No newline at end of file diff --git a/DiscordChatExporter.Gui/Views/Dialogs/SettingsView.xaml b/DiscordChatExporter.Gui/Views/Dialogs/SettingsView.xaml index 03d5d02..1bd110f 100644 --- a/DiscordChatExporter.Gui/Views/Dialogs/SettingsView.xaml +++ b/DiscordChatExporter.Gui/Views/Dialogs/SettingsView.xaml @@ -28,8 +28,8 @@