gruehle / MarkdownPreview

Brackets extension for previewing markdown files
MIT License
278 stars 61 forks source link

Delete trailing spaces #23

Closed ghost closed 11 years ago

gruehle commented 11 years ago

@utenmiki thanks for the pull request!

Extra space on blank lines is a matter of preference. Personally, I think it is easier to edit files that have extra spaces on blank lines. This way, when you click on a blank line, the cursor is positioned at the proper place to start typing. If the extra space is removed, you need to tab to the correct location (or hit return to force auto-indent) before typing.