Hack style



Hi,

   I think we need to use a coding style:
I've using the next coding style (Example):

static void
foo_func(first param,
                second param,
                 ....) //if there are lots of params we can use 2 parameters per line.
{
         //For indenting we should use tabs instead of spaces.
}

Anything else?
This is how i coded all code, and the most code uses this style so
i think we should use it.


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