1
0
Fork 0
mirror of synced 2024-06-03 07:51:09 -04:00

Update editorconfig

Trailing whitespace is significant in Markdown files.
This commit is contained in:
Anish Athalye 2014-12-30 00:47:51 -05:00
parent 1221ad0f9b
commit 68c6126f89

View file

@ -9,3 +9,6 @@ trim_trailing_whitespace = true
[*.py] [*.py]
indent_size = 4 indent_size = 4
[*.md]
trim_trailing_whitespace = false