When creating snippets is there anyway I can make it detected whitespace
<snippet>
<content><![CDATA[
public static void main(String[] args)
{
$0
}
]]></content>
<tabTrigger>main</tabTrigger>
<scope>source.java</scope>
</snippet>
this will instead produce
public static void main(String[] args) {
}
(the brace is one line above where it should have been according to the snippet)
many thanks