jed-users mailing list

[2008 Date Index] [2008 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

C mode indentation


Hi.

I have question regarding the indentation in C mode.

Let's use the 'gnu' style as example. The GNU Coding Standards says:

\begin{quote}
It is also important for function definitions to start the name of the function in column one. This helps people to search for function definitions, and may also help certain tools recognize them. Thus, using Standard C syntax, the format is this:

     static char *
     concat (char *s1, char *s2)
     {
       ...
     }
\end{quote}

However, the behavior in jed seems to be to indent the function name if I break the line. Can one change this? (Without losing indentation elsewhere.)

Thanks.
/Martin

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2008 date index] [2008 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]