eeyoredragon
Programmer
I know this is a stupid question, but this is bugging me. How do you change the formating of braces so that it autoformats like this:
class myClass
{
}
instead of this:
class myClass {
}
?? I hate that second way.
class myClass
{
}
instead of this:
class myClass {
}
?? I hate that second way.