chore(editorconfig): relax max_line_length (#26233)
This commit is contained in:
parent
94525ccc70
commit
6b428cd92b
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ indent_size = 4
|
|||
tab_width = 4
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
max_line_length = 80
|
||||
max_line_length = 120
|
||||
|
||||
[*.{json,ts,js,yml,sh}]
|
||||
charset = utf-8
|
||||
|
|
@ -14,4 +14,4 @@ indent_size = 2
|
|||
tab_width = 2
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
max_line_length = 80
|
||||
max_line_length = 120
|
||||
|
|
|
|||
Loading…
Reference in a new issue