editorconfig / editorconfig-notepad-plus-plus

EditorConfig plugin for Notepad++
http://editorconfig.org
GNU General Public License v2.0
192 stars 30 forks source link

Add support for trim_trailing_whitespace #5

Closed ffes closed 8 years ago

ffes commented 8 years ago

Closes #2

xuhdev commented 8 years ago

It looks good: I'll do a detailed review next week when I can boot into Windows.

xuhdev commented 8 years ago

@ffes I'm trying to resolve some build issue on Windows right now. One of the issues is that the automatic replacing /MD flag with /MT does not work any more in cmake. Do you know how to do that? The original workaround is taken from here and used here.

xuhdev commented 8 years ago

I've added more explanation in the README about the building procedure: now it should be easier for you to build. I've also uploaded a new version to the Notepad++ plugin manager. Thanks for your contribution!

ffes commented 8 years ago

Any changes you could add a compiled version of the dll to the release section of this repo?

xuhdev commented 8 years ago

here https://sourceforge.net/projects/editorconfig/files/EditorConfig-Notepad%2B%2B-Plugin/

ffes commented 8 years ago

My bad, I seem to forget about SF every time