Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

Trailing whitespaces and .editorconfig #128

Open
fgblomqvist opened this issue Nov 2, 2017 · 0 comments
Open

Trailing whitespaces and .editorconfig #128

fgblomqvist opened this issue Nov 2, 2017 · 0 comments

Comments

@fgblomqvist
Copy link

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!

@ShyykoSerhiy ShyykoSerhiy added this to the v0.2.0 milestone May 11, 2018
@ShyykoSerhiy ShyykoSerhiy removed this from the v0.2.0 milestone Nov 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants