From c623d6bb22b15fe9ae6e7010c3464af9c5b0b9a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=B6ller?= Date: Sun, 24 May 2020 00:17:49 +0200 Subject: [PATCH] Added .editorconfig files to the Aga.Controls and OxyPlot projects. --- External/Aga.Controls/.editorconfig | 7 +++++++ External/Aga.Controls/Aga.Controls.csproj | 1 + External/OxyPlot/OxyPlot.WindowsForms/.editorconfig | 7 +++++++ .../OxyPlot.WindowsForms/OxyPlot.WindowsForms.csproj | 3 +++ External/OxyPlot/OxyPlot/.editorconfig | 7 +++++++ External/OxyPlot/OxyPlot/OxyPlot.csproj | 1 + 6 files changed, 26 insertions(+) create mode 100644 External/Aga.Controls/.editorconfig create mode 100644 External/OxyPlot/OxyPlot.WindowsForms/.editorconfig create mode 100644 External/OxyPlot/OxyPlot/.editorconfig diff --git a/External/Aga.Controls/.editorconfig b/External/Aga.Controls/.editorconfig new file mode 100644 index 0000000..338d655 --- /dev/null +++ b/External/Aga.Controls/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*] +end_of_line = crlf +insert_final_newline = true +indent_style = space +indent_size = 4 diff --git a/External/Aga.Controls/Aga.Controls.csproj b/External/Aga.Controls/Aga.Controls.csproj index 03c35fa..7a5f493 100644 --- a/External/Aga.Controls/Aga.Controls.csproj +++ b/External/Aga.Controls/Aga.Controls.csproj @@ -229,6 +229,7 @@ + diff --git a/External/OxyPlot/OxyPlot.WindowsForms/.editorconfig b/External/OxyPlot/OxyPlot.WindowsForms/.editorconfig new file mode 100644 index 0000000..79e597b --- /dev/null +++ b/External/OxyPlot/OxyPlot.WindowsForms/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*] +end_of_line = crlf +insert_final_newline = true +indent_style = space +indent_size = 4 \ No newline at end of file diff --git a/External/OxyPlot/OxyPlot.WindowsForms/OxyPlot.WindowsForms.csproj b/External/OxyPlot/OxyPlot.WindowsForms/OxyPlot.WindowsForms.csproj index 9dff4e9..8a8b49d 100644 --- a/External/OxyPlot/OxyPlot.WindowsForms/OxyPlot.WindowsForms.csproj +++ b/External/OxyPlot/OxyPlot.WindowsForms/OxyPlot.WindowsForms.csproj @@ -70,6 +70,9 @@ OxyPlot + + +