Transformers should expect whitespace at line start

Issue #15 new
Slavek Kabrda repo owner created an issue

If I have e.g.

make -C html

everything works fine, but when I have

for <blabla...>
  make -C html
done

the make is not matched, since it's indented by two spaces. This should be fixed in a way that transformers would accept arbitrary whitespace sequence at the start of the line.

Comments (1)

  1. Log in to comment