From: ShadowCommander Date: Tue, 7 May 2024 15:33:00 +0000 (-0700) Subject: Set max line width to 120 (#27765) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=0926891f4f0591bf34a79b17aae1f7b1a91acd0d;p=space-station-14.git Set max line width to 120 (#27765) --- 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 ####