Donate Share

Uncrustify Code Beautifier

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

nl_class_brace=force

You are viewing a single message from this topic. View all messages.

  1. 2009-02-26 19:26:19 UTC
    Hi,
    I ran through all cases, and nothing changes anything. Using this code, I tried ignore, add, remove and force, and nothing changed for the brace after the class. I am able to affect other changes, and they show up, so I am not just using the wrong cfg file.
    Thanks
    Richard

    public class Class1 {

    public Class1 ()
    {
    }

    }
    public class Class2 : Class1 {
    public void testFunc ()
    {
    }
    }
    public class Class3
    {
    public Class2 class2 = new Class2();
    }
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.