Skip to content

Commit

Permalink
chore(editorconfig): disable trimming for "md" files
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Mar 11, 2021
1 parent 3177576 commit 5cebb70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ trim_trailing_whitespace = true
# Set default charset
[*.{js,ts}]
charset = utf-8

# Double whitespaces are line "forced" line breaks in markdown, so they are needed
[*.{md,mdx}]
trim_trailing_whitespace = false

0 comments on commit 5cebb70

Please sign in to comment.