Set max line width to 120 (#27765)

This commit is contained in:
ShadowCommander 2024-05-07 08:33:00 -07:00 committed by null
parent 9534d85266
commit d6cc392388
No known key found for this signature in database
GPG Key ID: 212F05528FD678BE
1 changed files with 1 additions and 0 deletions

View 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 ####