From fb6702823ad3f488125bcaee61b5b7b0ad87e282 Mon Sep 17 00:00:00 2001 From: Serge K Date: Sun, 17 Mar 2024 20:16:05 +0700 Subject: [PATCH] chore(style): max_line_length = 160 --- dotnet/.editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/.editorconfig b/dotnet/.editorconfig index ce4bcae..7920251 100644 --- a/dotnet/.editorconfig +++ b/dotnet/.editorconfig @@ -5,7 +5,7 @@ charset = utf-8 end_of_line = lf indent_size = 2 indent_style = space -max_line_length = 180 +max_line_length = 160 insert_final_newline = true trim_trailing_whitespace = true