1

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

4

1 に答える 1

0

Aptana プラグインで Eclipse を使用する場合の一時的な解決策: (組み込みの JS エディターで .js ファイルを開き、それでフォーマットしてから、Aptana に戻る必要があります)。

Eclipse を使用した配列初期化子のフォーマット

于 2012-06-14T12:53:49.630 に答える