Subject: | A better way to turn off --space-after-keyword completely |
I wanted to turn off all spaces after keywords, including all the
default exceptions. I thought --nospace-keyword-paren would do it, but
it had no apparent effect. I had to list out each of the exceptional
keywords as --nospace-after-keyword="my local our and or eq ne if else
elsif until unless while for foreach return switch case given when"
It would be nice if I didn't have to hard code that list.