Set max line width to 120 (#27765)
This commit is contained in:
parent
31a8327106
commit
0926891f4f
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue