]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Set max line width to 120 (#27765)
authorShadowCommander <shadowjjt@gmail.com>
Tue, 7 May 2024 15:33:00 +0000 (08:33 -0700)
committerGitHub <noreply@github.com>
Tue, 7 May 2024 15:33:00 +0000 (17:33 +0200)
.editorconfig

index f01530bcb18832a24c49f9cc72b2ee48baa31d24..3e44d1a281157d84e90de7ae5eeaaac97ffff750 100644 (file)
@@ -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 ####