From 709ba026faed5a8697562c8208f8306e1aa26c1d Mon Sep 17 00:00:00 2001 From: Shuozhe Date: Wed, 30 Jun 2021 15:33:09 +0200 Subject: [PATCH] added seperate vuejs solution mend --- Models/TicTacTocResponse.cs | 2 +- clientapp/.editorconfig | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 clientapp/.editorconfig diff --git a/Models/TicTacTocResponse.cs b/Models/TicTacTocResponse.cs index 4d4b4b8..f975e36 100644 --- a/Models/TicTacTocResponse.cs +++ b/Models/TicTacTocResponse.cs @@ -5,7 +5,7 @@ namespace ProjectGrid.Models public class TicTacTocResponse { public List Board { get; set; } - + public int NextPlayer { get; set; } public int PlayerWon { get; set; } } } \ No newline at end of file diff --git a/clientapp/.editorconfig b/clientapp/.editorconfig new file mode 100644 index 0000000..535fb92 --- /dev/null +++ b/clientapp/.editorconfig @@ -0,0 +1,5 @@ +# Rules in this file were initially inferred by Visual Studio IntelliCode from the C:\Users\net\repository\ProjectGrid\clientapp codebase based on best match to current usage at 30.06.2021 +# You can modify the rules from these initially generated values to suit your own policies +# You can learn more about editorconfig here: https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference +[*.cs] +