From bcfb7b72ba3cd851f7d011e0eeaa77741f1ca3a7 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Thu, 14 Dec 2023 15:50:35 +1100 Subject: [PATCH] refs --- src/.editorconfig | 5 +++-- src/Shared.sln.DotSettings | 5 +++++ src/Tests/Tests.csproj | 2 +- src/Verify.Playwright/Verify.Playwright.csproj | 2 +- src/Verify.Puppeteer/Verify.Puppeteer.csproj | 2 +- src/Verify.Selenium/Verify.Selenium.csproj | 2 +- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/.editorconfig b/src/.editorconfig index c9db1cb9..99a756c1 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -134,7 +134,7 @@ csharp_new_line_before_finally = true csharp_new_line_before_members_in_object_initializers = true csharp_new_line_before_members_in_anonymous_types = true resharper_wrap_before_first_type_parameter_constraint = true -resharper_wrap_extends_list_style = chop_always +resharper_wrap_extends_list_style = chop_always resharper_wrap_after_dot_in_method_calls = false resharper_wrap_before_binary_pattern_op = false resharper_wrap_object_and_collection_initializer_style = chop_always @@ -161,11 +161,12 @@ resharper_braces_for_fixed = required resharper_braces_for_for = required # Xml files -[*.{xml,config,nuspec,resx,vsixmanifest,csproj,targets,props}] +[*.{xml,config,nuspec,resx,vsixmanifest,csproj,targets,props,fsproj}] indent_size = 2 # https://www.jetbrains.com/help/resharper/EditorConfig_XML_XmlCodeStylePageSchema.html#resharper_xml_blank_line_after_pi resharper_blank_line_after_pi = false resharper_space_before_self_closing = true +ij_xml_space_inside_empty_tag = true [*.json] indent_size = 2 \ No newline at end of file diff --git a/src/Shared.sln.DotSettings b/src/Shared.sln.DotSettings index 500b0d7a..93612561 100644 --- a/src/Shared.sln.DotSettings +++ b/src/Shared.sln.DotSettings @@ -27,6 +27,7 @@ ERROR ERROR ERROR + ERROR ERROR ERROR ERROR @@ -36,6 +37,7 @@ ERROR ERROR DO_NOT_SHOW + DO_NOT_SHOW ERROR ERROR ERROR @@ -151,7 +153,10 @@ NEVER NEVER False + True + CHOP_ALWAYS False + CHOP_ALWAYS False False RemoveIndent diff --git a/src/Tests/Tests.csproj b/src/Tests/Tests.csproj index c6205787..774c0381 100644 --- a/src/Tests/Tests.csproj +++ b/src/Tests/Tests.csproj @@ -16,7 +16,7 @@ - + diff --git a/src/Verify.Playwright/Verify.Playwright.csproj b/src/Verify.Playwright/Verify.Playwright.csproj index 1196cc32..3013bdb2 100644 --- a/src/Verify.Playwright/Verify.Playwright.csproj +++ b/src/Verify.Playwright/Verify.Playwright.csproj @@ -9,6 +9,6 @@ - + \ No newline at end of file diff --git a/src/Verify.Puppeteer/Verify.Puppeteer.csproj b/src/Verify.Puppeteer/Verify.Puppeteer.csproj index aa31bbeb..314fe642 100644 --- a/src/Verify.Puppeteer/Verify.Puppeteer.csproj +++ b/src/Verify.Puppeteer/Verify.Puppeteer.csproj @@ -10,7 +10,7 @@ - + \ No newline at end of file diff --git a/src/Verify.Selenium/Verify.Selenium.csproj b/src/Verify.Selenium/Verify.Selenium.csproj index a94edb23..70053781 100644 --- a/src/Verify.Selenium/Verify.Selenium.csproj +++ b/src/Verify.Selenium/Verify.Selenium.csproj @@ -10,7 +10,7 @@ - + \ No newline at end of file