diff --git a/src/.editorconfig b/src/.editorconfig
index bb59b63..99a756c 100644
--- a/src/.editorconfig
+++ b/src/.editorconfig
@@ -134,21 +134,23 @@ 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
resharper_place_simple_initializer_on_single_line = false
-# space
-resharper_space_around_lambda_arrow = true
-
dotnet_style_require_accessibility_modifiers = never:error
resharper_place_type_constraints_on_same_line = false
resharper_blank_lines_inside_namespace = 0
resharper_blank_lines_after_file_scoped_namespace_directive = 1
resharper_blank_lines_inside_type = 0
+insert_final_newline = false
+resharper_place_attribute_on_same_line = false
+resharper_space_around_lambda_arrow = true
+resharper_place_constructor_initializer_on_same_line = false
+
#braces https://www.jetbrains.com/help/resharper/EditorConfig_CSHARP_CSharpCodeStylePageImplSchema.html#Braces
resharper_braces_for_ifelse = required
resharper_braces_for_foreach = required
@@ -159,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/NaughtyStrings.Bogus/NaughtyStrings.Bogus.csproj b/src/NaughtyStrings.Bogus/NaughtyStrings.Bogus.csproj
index bda9b68..e54b7f2 100644
--- a/src/NaughtyStrings.Bogus/NaughtyStrings.Bogus.csproj
+++ b/src/NaughtyStrings.Bogus/NaughtyStrings.Bogus.csproj
@@ -8,8 +8,8 @@
-
-
+
+
\ No newline at end of file
diff --git a/src/NaughtyStrings/NaughtyStrings.csproj b/src/NaughtyStrings/NaughtyStrings.csproj
index 8fd3fc2..c804d6d 100644
--- a/src/NaughtyStrings/NaughtyStrings.csproj
+++ b/src/NaughtyStrings/NaughtyStrings.csproj
@@ -5,7 +5,7 @@
-
+
\ No newline at end of file
diff --git a/src/Shared.sln.DotSettings b/src/Shared.sln.DotSettings
index f9d0a1a..9361256 100644
--- a/src/Shared.sln.DotSettings
+++ b/src/Shared.sln.DotSettings
@@ -25,23 +25,29 @@
ERROR
ERROR
ERROR
- DO_NOT_SHOW
ERROR
ERROR
+ ERROR
ERROR
+ ERROR
+ ERROR
ERROR
ERROR
ERROR
ERROR
+ ERROR
DO_NOT_SHOW
+ DO_NOT_SHOW
ERROR
ERROR
ERROR
ERROR
ERROR
ERROR
+ ERROR
ERROR
ERROR
+ ERROR
ERROR
C90+,E79+,S14+
ERROR
@@ -115,6 +121,8 @@
ERROR
DO_NOT_SHOW
ECMAScript 2016
+ False
+ False
<?xml version="1.0" encoding="utf-16"?><Profile name="c# Cleanup"><AspOptimizeRegisterDirectives>True</AspOptimizeRegisterDirectives><CSCodeStyleAttributes ArrangeVarStyle="True" ArrangeTypeAccessModifier="True" ArrangeTypeMemberAccessModifier="True" SortModifiers="True" RemoveRedundantParentheses="True" AddMissingParentheses="True" ArrangeBraces="True" ArrangeAttributes="True" ArrangeCodeBodyStyle="True" ArrangeTrailingCommas="True" ArrangeObjectCreation="True" ArrangeDefaultValue="True" ArrangeNamespaces="True" /><CssAlphabetizeProperties>True</CssAlphabetizeProperties><JSStringLiteralQuotesDescriptor>True</JSStringLiteralQuotesDescriptor><CorrectVariableKindsDescriptor>True</CorrectVariableKindsDescriptor><VariablesToInnerScopesDescriptor>True</VariablesToInnerScopesDescriptor><StringToTemplatesDescriptor>True</StringToTemplatesDescriptor><JsInsertSemicolon>True</JsInsertSemicolon><RemoveRedundantQualifiersTs>True</RemoveRedundantQualifiersTs><OptimizeImportsTs>True</OptimizeImportsTs><OptimizeReferenceCommentsTs>True</OptimizeReferenceCommentsTs><PublicModifierStyleTs>True</PublicModifierStyleTs><ExplicitAnyTs>True</ExplicitAnyTs><TypeAnnotationStyleTs>True</TypeAnnotationStyleTs><RelativePathStyleTs>True</RelativePathStyleTs><AsInsteadOfCastTs>True</AsInsteadOfCastTs><RemoveCodeRedundancies>True</RemoveCodeRedundancies><CSUseAutoProperty>True</CSUseAutoProperty><CSMakeFieldReadonly>True</CSMakeFieldReadonly><CSMakeAutoPropertyGetOnly>True</CSMakeAutoPropertyGetOnly><CSArrangeQualifiers>True</CSArrangeQualifiers><CSFixBuiltinTypeReferences>True</CSFixBuiltinTypeReferences><CssReformatCode>True</CssReformatCode><JsReformatCode>True</JsReformatCode><JsFormatDocComments>True</JsFormatDocComments><CSOptimizeUsings><OptimizeUsings>True</OptimizeUsings></CSOptimizeUsings><CSShortenReferences>True</CSShortenReferences><CSReformatCode>True</CSReformatCode><CSharpFormatDocComments>True</CSharpFormatDocComments><FormatAttributeQuoteDescriptor>True</FormatAttributeQuoteDescriptor><HtmlReformatCode>True</HtmlReformatCode><XAMLCollapseEmptyTags>False</XAMLCollapseEmptyTags><IDEA_SETTINGS><profile version="1.0">
<option name="myName" value="c# Cleanup" />
</profile></IDEA_SETTINGS><RIDER_SETTINGS><profile>
@@ -145,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 56a5151..93d573f 100644
--- a/src/Tests/Tests.csproj
+++ b/src/Tests/Tests.csproj
@@ -3,7 +3,7 @@
net8.0
-
+
@@ -13,6 +13,6 @@
-
+
\ No newline at end of file