Skip to content

Commit 5779623

Browse files
RehanSaeedhenrygab
authored andcommitted
Prefer simple using statements as suggestions
1 parent 6f57185 commit 5779623

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.editorconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Version: 1.3.2 (Using https://semver.org/)
2-
# Updated: 2019-08-04
1+
# Version: 1.4.0 (Using https://semver.org/)
2+
# Updated: 2020-01-28
33
# See https://github.com/RehanSaeed/EditorConfig/releases for release notes.
44
# See https://github.com/RehanSaeed/EditorConfig for updates to this file.
55
# See http://EditorConfig.org for more information about .editorconfig files.
@@ -161,7 +161,7 @@ csharp_style_deconstructed_variable_declaration = true:warning
161161
csharp_style_pattern_local_over_anonymous_function = true:warning
162162
csharp_using_directive_placement = inside_namespace:warning
163163
csharp_prefer_static_local_function = true:warning
164-
csharp_prefer_simple_using_statement = false:warning
164+
csharp_prefer_simple_using_statement = true:suggestion
165165

166166
##########################################
167167
# .NET Formatting Conventions

0 commit comments

Comments
 (0)