From 50dca056a7f602b67526bebb1bca1e564e078438 Mon Sep 17 00:00:00 2001 From: Muhammad Rehan Saeed Date: Tue, 28 Jan 2020 09:29:54 +0000 Subject: [PATCH] Update .editorconfig --- .editorconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 90089f59..07248cb1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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. @@ -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