Set max line width to 120 (#27765)
This commit is contained in:
parent
9534d85266
commit
d6cc392388
|
|
@ -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 ####
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue