From 750405db92245621b06d89292aa161ae58e385e3 Mon Sep 17 00:00:00 2001 From: Ionite Date: Fri, 8 Sep 2023 22:14:01 -0400 Subject: [PATCH] Update editorconfig max line length --- .editorconfig | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index cff10236..ddc54b53 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,9 @@ -root = true +root = true [*.cs] -max_line_length = 100 +max_line_length = 120 csharp_style_var_for_built_in_types = true dotnet_sort_system_directives_first = true + +# ReSharper properties +resharper_csharp_max_line_length = 120