mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-10 19:03:11 +00:00
chore(editorconfig): relax max_line_length (#26233)
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user