I wasn't sure where to post this but as I'm using SE|PY to make a game and this is a frequently visited part of the forum I thought I'd post here.
I'm sure a lot of you guys use SE|PY's Actionscript editor. I've noticed that when you press autoformat it indents the braces like this :
function blah()
{
// blah
}
While that's good for people used to C etc, Im used to the other way :
function blah() {
// blah
}
Does anyone know which option I change so the autoformat formats it like the second way?


Reply With Quote