Closed SylwesterZarebski closed 7 years ago
Hi, When i have multiline if then tag concatenate these multiple lines (it is ok), but it does this with concatenating all characters. It should strip space characters from tag. Example:
if
if (a & b & c) { } if (a & b & c)
Tag line should be:
} if (a & b & c)
Did it! Hope you'll like version 1.2 ;)
Hi, When i have multiline
if
then tag concatenate these multiple lines (it is ok), but it does this with concatenating all characters. It should strip space characters from tag. Example:Tag line should be: