Formatting
The Scala formatter scalariform is integrated in Scala IDE. It allows for a good formatting of both Scala code and XML literals.
Before:
After:
Scalariform options can be modified in the Scala → Formatter
preference page.
The Scala formatter scalariform is integrated in Scala IDE. It allows for a good formatting of both Scala code and XML literals.
Before:
After:
Scalariform options can be modified in the Scala → Formatter
preference page.