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?
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?