I am using Eclipse Luna. I have installed the Perl EPIC plugin. I want to indent 4 spaces instead of TAB.
I have checked Window
-> Preferences
-> General
-> Editors
-> Text Editors
-> Insert spaces for tabs
, but still when there is need to auto indent a new line, Eclipse still indents with TAB instead of spaces.
How do I change it so EPIC will use spaces instead of tabs for indentation in Perl files?
Java->Code style->Formatter
. I imagine it's something similar for Perl - blgt