schorfES / node-lintspaces

A validator for checking different kinds of whitespaces in your files.
https://npmjs.com/package/lintspaces
MIT License
30 stars 17 forks source link

Byte order mark characters #12

Closed djmccormick closed 9 years ago

djmccormick commented 9 years ago

Byte order mark character (BOM) at the beginning of a file causes lintspaces to report unexpected spaces. It would be good if this was a configurable option.

schorfES commented 9 years ago

Hi, yes this is also a plan for the future as you can also see in this PR https://github.com/schorfES/node-lintspaces/pull/10. Hope we get this to work as soon as possible.

schorfES commented 9 years ago

The PR #10 is now released.