mIRC Homepage
Posted By: holbrook Brackets - 22/06/14 08:36 PM
In other "languages", (e.g., c, c++), I generally place brackets in separate lines, which when I move into the mSL, I find myself forgetting often that mSL does not do this. If this could be changed, that would be super super.

Example:

alias test
{
}

vs

alias test {
}

or

if (something != nothing)
{
}

vs

if (something != nothing) {
}

thanks!
© mIRC Discussion Forums