From 61c1cb21605c3693dde6be79d50fb51e2ab222db Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Fri, 16 May 2025 11:57:40 +0200 Subject: [PATCH] Code Rush Tests --- .cr/server/Editor/Code Cleanup.xml | 54 ++++++ .cr/server/Editor/Formatting/Other.CSharp.xml | 15 ++ .../Editor/Formatting/Wrapping.CSharp.xml | 32 ++++ .cr/server/Editor/NamingSuggestions.xml | 6 + .cr/server/Editor/Organize Members.xml | 165 ++++++++++++++++++ 5 files changed, 272 insertions(+) create mode 100644 .cr/server/Editor/Code Cleanup.xml create mode 100644 .cr/server/Editor/Formatting/Other.CSharp.xml create mode 100644 .cr/server/Editor/Formatting/Wrapping.CSharp.xml create mode 100644 .cr/server/Editor/NamingSuggestions.xml create mode 100644 .cr/server/Editor/Organize Members.xml diff --git a/.cr/server/Editor/Code Cleanup.xml b/.cr/server/Editor/Code Cleanup.xml new file mode 100644 index 000000000..654e7eefa --- /dev/null +++ b/.cr/server/Editor/Code Cleanup.xml @@ -0,0 +1,54 @@ + + + + + + + + + + True + + + + + True + + + + + True + + + + + + True + + + + + + + + + + + + + + + + + + + + + + + + + + True + + \ No newline at end of file diff --git a/.cr/server/Editor/Formatting/Other.CSharp.xml b/.cr/server/Editor/Formatting/Other.CSharp.xml new file mode 100644 index 000000000..1c8aa46db --- /dev/null +++ b/.cr/server/Editor/Formatting/Other.CSharp.xml @@ -0,0 +1,15 @@ + + + + + + True + True + True + True + + + + + + \ No newline at end of file diff --git a/.cr/server/Editor/Formatting/Wrapping.CSharp.xml b/.cr/server/Editor/Formatting/Wrapping.CSharp.xml new file mode 100644 index 000000000..5e9f912f2 --- /dev/null +++ b/.cr/server/Editor/Formatting/Wrapping.CSharp.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + WrapBefore + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.cr/server/Editor/NamingSuggestions.xml b/.cr/server/Editor/NamingSuggestions.xml new file mode 100644 index 000000000..22f05c403 --- /dev/null +++ b/.cr/server/Editor/NamingSuggestions.xml @@ -0,0 +1,6 @@ + + + + True + + \ No newline at end of file diff --git a/.cr/server/Editor/Organize Members.xml b/.cr/server/Editor/Organize Members.xml new file mode 100644 index 000000000..613b67228 --- /dev/null +++ b/.cr/server/Editor/Organize Members.xml @@ -0,0 +1,165 @@ + + + + + + False + + + + + + InterfaceType + + + + + Members in type with InterfaceType + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + True + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + + \ No newline at end of file