chore: config *.md max length (#2525)

This commit is contained in:
Hongjun Li 2024-04-16 21:15:39 +08:00 committed by VGalaxies
parent 4ba5c9dedd
commit 4c6eda8409
1 changed files with 5 additions and 2 deletions

View File

@ -22,10 +22,13 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true
[*.{java, xml, py}]
[*.{java,xml,py}]
indent_style = space
indent_size = 4
[*.{java, xml}]
[*.{java,xml}]
# Ignore the IDEA unsupported warning & it works well (indeed)
continuation_indent_size = 8
[*.md]
max_line_length = off