Skip to content

Commit 7d335b2

Browse files
chore: config *.md max length (#2525)
1 parent 543bbfe commit 7d335b2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.editorconfig

+5-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@ charset = utf-8
2222
end_of_line = lf
2323
insert_final_newline = true
2424

25-
[*.{java, xml, py}]
25+
[*.{java,xml,py}]
2626
indent_style = space
2727
indent_size = 4
2828

29-
[*.{java, xml}]
29+
[*.{java,xml}]
3030
# Ignore the IDEA unsupported warning & it works well (indeed)
3131
continuation_indent_size = 8
32+
33+
[*.md]
34+
max_line_length = off

0 commit comments

Comments
 (0)