[ODE] Standard for formatting the code ?
Rodrigo Hernandez
kwizatz at aeongames.com
Mon Apr 10 13:06:05 MST 2006
I don't think there is one, and because of the diversity of the
contributors, I think it would be hard to stablish one,
Visual Studio for example uses DOS formating (carriage-return/newline
combo), and tab characters instead of say 4 to 8 spaces like emacs does.
To me, its better to use UNIX style text files with empty lines at the
end (avoids a warning on GCC) and spaces instead of tabs though.
Remi Ricard wrote:
>Hi,
>
>I was trying to set and emacs c-style for the ode code and found that
>many files have different format.
>
>Even in the same file you can have different format. See in util.cpp,
>function dxStepBody and dInternalHandle...
>They don't have the same indentation.
>
>Since I want to submit patch, I want to have the good format/style.
>
>So I was wondering if a standard was established for the ode code ?
>
>
>Remi
>_______________________________________________
>ODE mailing list
>ODE at q12.org
>http://q12.org/mailman/listinfo/ode
>
>
>
More information about the ODE
mailing list