Skip to content

Commit

Permalink
chore(editorconfig): add md style format
Browse files Browse the repository at this point in the history
  • Loading branch information
returnToInnocence committed Apr 16, 2024
1 parent 543bbfe commit e91b468
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e91b468

Please sign in to comment.