I have checked doc but I didn't found how to change brace style.
the default brace style in sublime(snippest) is
- Code: Select all
if(xxx){
xxxx
}
May I change to this style?
- Code: Select all
if(xxx)
{
xxxx
}
thanks!
if(xxx){
xxxx
}if(xxx)
{
xxxx
}<snippet>
<content><![CDATA[
if(${1:condition})
{
$0
}
]]></content>
<tabTrigger>if</tabTrigger>
<scope>source.actionscript.3</scope>
</snippet>Users browsing this forum: Lemon, randy3k, shancat and 9 guests