Closed
Description
The rule always triggers, even when I have an expression per line, as the rule expects.
Then I realized that I am on Windows and the line break is done with a \r\n
(CRLF). What I did was to change it to what Linux and OSX do and make the line breack as \n
(LF). The plugin then works as expected.
Is it supposed to work only with that type of line break?