See Aptana PHP Formatter - use custom formatting rules
I don't want the formatter to add newlines for each element in the array, since that more often than not will make the array less readable..
Of course one can add // @formatter:off // @formatter:on statements around it, but is there a better way to make the Aptana formatter ignore (nicely hand-formatted) arrays entirely?
In other words: How do I make Aptana ignore arrays entirely or format them better.
Thanks,
Alex