Hi,
I am an issue with formatting that I can’t seem to resolve. It happens like this:
I type:
int helloworld() {
As soon as I type the opening brace, the editor creates this:
int helloworld()
{
}
But if I later autoformat the function or the whole file it turns into this, which is what I wanted all along
int helloworld() {
}
I have changed numerous settings, nothing seems to fix it. I am currently running a version that you had me download from http://sysprogs.com/files/tmp/VisualGDB-5.4.3.2316.msi
Thanks,
Don