Setting different spaces for tab for Java and Scala in Eclipse

Viewed 2737

In Java, the usual convention is to have tab size 4. In Scala it's 2. In a Scala + Java project, is it possible to set these different tab sizes, depending on the language file?

1 Answers
Related