nanch / phpfmt_stable

This is a stable snapshot (version 6125cf9) of the phpfmt plugin for Sublime Text
143 stars 34 forks source link

Markdown - how to leave two spaces at end of line? #30

Open shopapps opened 7 years ago

shopapps commented 7 years ago

Hi,

Is there a way of allowing double space at the end of a line of code?

I am trying to use markdown in some of my files and phpfmt seems to be removing them on a save.

MKCG commented 6 years ago

To do so you should probably disable this pass "ResizeSpaces" and the "psr2" formatter but it may have a lot of side effects.