Skip to content

Commit 2fdb77a

Browse files
committed
Fix .editorconfig
1 parent 8d9132e commit 2fdb77a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.editorconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,6 +1109,7 @@ ij_hcl_spaces_within_brackets = false
11091109
ij_hcl_wrap_long_lines = false
11101110

11111111
[{*.htm,*.html,*.sht,*.shtm,*.shtml}]
1112+
max_line_length = 240
11121113
ij_html_add_new_line_before_tags = body,div,p,form,h1,h2,h3
11131114
ij_html_align_attributes = true
11141115
ij_html_align_text = false
@@ -1119,7 +1120,7 @@ ij_html_do_not_align_children_of_min_lines = 0
11191120
ij_html_do_not_break_if_inline_tags = title,h1,h2,h3,h4,h5,h6,p
11201121
ij_html_do_not_indent_children_of_tags = none
11211122
ij_html_enforce_quotes = false
1122-
ij_html_inline_tags = a,abbr,acronym,b,basefont,bdo,big,br,cite,cite,code,dfn,em,font,i,img,input,kbd,label,q,s,samp,select,small,span,strike,strong,sub,sup,textarea,tt,u,var
1123+
ij_html_inline_tags = a,abbr,acronym,b,basefont,bdo,big,br,cite,cite,code,dfn,em,font,i,img,input,kbd,label,q,s,samp,select,small,span,strike,strong,sub,sup,textarea,tt,u,var,th:block
11231124
ij_html_keep_blank_lines = 2
11241125
ij_html_keep_indents_on_empty_lines = false
11251126
ij_html_keep_line_breaks = true
@@ -1139,7 +1140,7 @@ ij_html_text_wrap = normal
11391140
[{*.http,*.rest}]
11401141
indent_size = 0
11411142
ij_continuation_indent_size = 4
1142-
ij_http request_call_parameters_wrap = normal
1143+
ij_http_request_call_parameters_wrap = normal
11431144

11441145
[{*.jsf,*.jsp,*.jspf,*.tag,*.tagf,*.xjsp}]
11451146
ij_jsp_jsp_prefer_comma_separated_import_list = false

0 commit comments

Comments
 (0)