From b8e7c06a7a63bad8384de1cc3ddec4eef0034e5e Mon Sep 17 00:00:00 2001 From: Cj <161484149+CJ-SPT@users.noreply.github.com> Date: Tue, 24 Jun 2025 12:42:51 -0400 Subject: [PATCH] Update ignored files for csharpier config on rider (#427) * add csharpier configs * update readme * add csharpier as a required plugin on rider --- .idea/.idea.server-csharp/.idea/CSharpierPlugin.xml | 7 +++++++ .../.idea/codeStyles/codeStyleConfig.xml | 5 +++++ .idea/.idea.server-csharp/.idea/externalDependencies.xml | 6 ++++++ README.md | 2 ++ 4 files changed, 20 insertions(+) create mode 100644 .idea/.idea.server-csharp/.idea/CSharpierPlugin.xml create mode 100644 .idea/.idea.server-csharp/.idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/.idea.server-csharp/.idea/externalDependencies.xml diff --git a/.idea/.idea.server-csharp/.idea/CSharpierPlugin.xml b/.idea/.idea.server-csharp/.idea/CSharpierPlugin.xml new file mode 100644 index 00000000..5a3cbd57 --- /dev/null +++ b/.idea/.idea.server-csharp/.idea/CSharpierPlugin.xml @@ -0,0 +1,7 @@ + + + + + diff --git a/.idea/.idea.server-csharp/.idea/codeStyles/codeStyleConfig.xml b/.idea/.idea.server-csharp/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 00000000..79ee123c --- /dev/null +++ b/.idea/.idea.server-csharp/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.server-csharp/.idea/externalDependencies.xml b/.idea/.idea.server-csharp/.idea/externalDependencies.xml new file mode 100644 index 00000000..1a9178a9 --- /dev/null +++ b/.idea/.idea.server-csharp/.idea/externalDependencies.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 8471f6f3..8b354527 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ This project has been built in [Visual Studio](https://visualstudio.microsoft.co Minimum required Visual Studio version is `17.13.5` Minimum required Rider version is `2024.3` +[CSharpier](https://csharpier.com/docs/Editors) plugin is requirement for autoformatting. It is available for either of the above IDE's. + You only need one of the above. ### Initial Setup