Skip to content

Commit

Permalink
Prefer simple using statements as suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSaeed authored and henrygab committed Jan 29, 2020
1 parent 6f57185 commit 5779623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Version: 1.3.2 (Using https://semver.org/)
# Updated: 2019-08-04
# Version: 1.4.0 (Using https://semver.org/)
# Updated: 2020-01-28
# See https://github.com/RehanSaeed/EditorConfig/releases for release notes.
# See https://github.com/RehanSaeed/EditorConfig for updates to this file.
# See http://EditorConfig.org for more information about .editorconfig files.
Expand Down Expand Up @@ -161,7 +161,7 @@ csharp_style_deconstructed_variable_declaration = true:warning
csharp_style_pattern_local_over_anonymous_function = true:warning
csharp_using_directive_placement = inside_namespace:warning
csharp_prefer_static_local_function = true:warning
csharp_prefer_simple_using_statement = false:warning
csharp_prefer_simple_using_statement = true:suggestion

##########################################
# .NET Formatting Conventions
Expand Down

0 comments on commit 5779623

Please sign in to comment.