ShyykoSerhiy / gfm-plugin

Github flavored markdown plugin for intellij idea.
https://plugins.jetbrains.com/plugin/7701
MIT License
88 stars 16 forks source link

Trailing whitespaces and .editorconfig #128

Open fgblomqvist opened 6 years ago

fgblomqvist commented 6 years ago

Just found out an easy way to disable removal of trailing whitespace (which is essential to MD): Create an .editorconfig file in the root of your project and add this:

[*.{md,markdown}]
trim_trailing_whitespace = false

I feel like it could be useful to add this to this project's README (or rather to every md-plugin's readme, but this is the only one I am using, soooo...). I understand if you feel like it's out of the scope of it though. Just thought I'd put it out there!