netpanzer-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netPanzer-Devel] Coding Style


From: Matze Braun
Subject: [netPanzer-Devel] Coding Style
Date: Sat, 30 Aug 2003 17:06:21 +0200 (CEST)

Hi,

I just though that it might be a good idea to run a code indenter app on 
the source code. The style isn't always consistent at the moment and I 
personally don't like the current style at all :)

So I'd propose the following new settings:

-indentation is only done with tabs
-tabs are set to 4 spaces
-braces are set like this:

void somefunction()
{
    if (!bla) {
        foo();
        while (true) {
             // ...
        }
    }
}

any comments?

Greetings,
        Matze





reply via email to

[Prev in Thread] Current Thread [Next in Thread]