6 ms·
Just something I had a hard time figuring out and seems poorly documented: --type-set=scala=.scala # works in .ackrc --type-set scala=.scala # doesn't
by frig 17y ago
Just something I had a hard time figuring out and seems poorly documented:
--type-set=scala=.scala # works in .ackrc
--type-set scala=.scala # doesn't work in .ackrc
...despite the version with one equals being correct command-line sequence. Only seems to matter if you want each flag on a single line in your .ackrc file. Might not be true for everyone.