chore(editorconfig): relax max_line_length (#26233)

This commit is contained in:
Francesco Borzì
2026-06-16 13:53:29 +02:00
committed by GitHub
parent 94525ccc70
commit 6b428cd92b
+2 -2
View File
@@ -5,7 +5,7 @@ indent_size = 4
tab_width = 4 tab_width = 4
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
max_line_length = 80 max_line_length = 120
[*.{json,ts,js,yml,sh}] [*.{json,ts,js,yml,sh}]
charset = utf-8 charset = utf-8
@@ -14,4 +14,4 @@ indent_size = 2
tab_width = 2 tab_width = 2
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
max_line_length = 80 max_line_length = 120