Skip to content

Commit 683ad33

Browse files
authored
Fix editorconfig option name (#50993)
Signed-off-by: Neil Girdhar <mistersheik@gmail.com>
1 parent cc972fd commit 683ad33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ indent_size = 4
99

1010
[*.{h,hpp,hxx,cpp,cxx,cc,c}]
1111
indent_size = 2
12-
wrap_width = 90
12+
max_line_length = 90
1313

1414
[*.html]
1515
indent_size = 2
@@ -22,7 +22,7 @@ indent_size = 2
2222

2323
[*.{py,pyx,pxd,pxi}]
2424
indent_size = 4
25-
wrap_width = 79
25+
max_line_length = 79
2626

2727
[*.sh]
2828
indent_size = 2

0 commit comments

Comments
 (0)