We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6875d44 commit f2e10ddCopy full SHA for f2e10dd
2 files changed
.editorconfig
@@ -87,6 +87,8 @@ resharper_place_constructor_initializer_on_same_line = false
87
resharper_place_field_attribute_on_same_line = false
88
resharper_place_simple_embedded_statement_on_same_line = false
89
resharper_csharp_place_type_constraints_on_same_line = false
90
+resharper_csharp_wrap_parameters_style = chop_if_long
91
+resharper_csharp_wrap_arguments_style = chop_if_long
92
93
resharper_new_line_before_while = true
94
resharper_csharp_stick_comment = false
src/Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
3
<PropertyGroup>
4
- <Version>0.4.0</Version>
+ <Version>0.4.1</Version>
5
</PropertyGroup>
6
7
0 commit comments