From 0926891f4f0591bf34a79b17aae1f7b1a91acd0d Mon Sep 17 00:00:00 2001 From: ShadowCommander Date: Tue, 7 May 2024 08:33:00 -0700 Subject: [PATCH] Set max line width to 120 (#27765) --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index f01530bcb1..3e44d1a281 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,6 +12,7 @@ tab_width = 4 #end_of_line = crlf insert_final_newline = true trim_trailing_whitespace = true +max_line_length = 120 #### .NET Coding Conventions #### -- 2.52.0