From 3cd3926ed6e6ac1318d9b908d48b5c47c4ae015b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81d=C3=A1m=20Kov=C3=A1cs?= Date: Sat, 25 Feb 2023 08:37:13 +0100 Subject: [PATCH] Editorconfig use expression bodied method --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 509756f..4f1f229 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,3 +5,4 @@ dotnet_diagnostic.IDE0161.severity = error csharp_style_var_for_built_in_types = true:warning csharp_style_var_when_type_is_apparent = true:warning csharp_style_var_elsewhere = true:warning +csharp_style_expression_bodied_methods = true:warning \ No newline at end of file