brackets-php-code-quality-tools
brackets-php-code-quality-tools copied to clipboard
Showing a lot of CodeSniffers problems "Please trim any trailing whitespace"
I updated to 0.1.10. Then I got a lot of CS problems "Please trim any trailing whitespace". I have been using the two extensions Show Whitespace and White Space Sanitizer to remove trailing whitespaces. The first one visualizes the whitespaces and the latter remove them on file save. So, there is no trailing whitespaces to be trimmed.
Platform: Windows 7 Brackets Version: 1.6
My guess would be that it's the line break that is causing the message. For example PSR-2 requires each line to end with a Unix Line Feed (LF).
Do you know how can I ignore it? Please!
Maybe add a new option "ignore new line issues in CodeSniffer"