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 + + +