Skip to content

Commit

Permalink
Allow trailing spaces in markdown files
Browse files Browse the repository at this point in the history
mendhak committed Nov 25, 2022
1 parent 0e5848c commit 3d39847
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -13,4 +13,8 @@ charset = utf-8
# 4 space indentation
[*.{py,java,r,R}]
indent_style = space
indent_size = 4
indent_size = 4

[*.md]
trim_trailing_whitespace = false
charset = utf-8

0 comments on commit 3d39847

Please sign in to comment.