Set max line width to 120 (#27765)

This commit is contained in:
ShadowCommander 2024-05-07 08:33:00 -07:00 committed by GitHub
parent 31a8327106
commit 0926891f4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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