|
|
CodingStyle
Coding style
GGobi follows the GNU coding styles (http://www.gnu.org/prep/standards/standards.html#Formatting) with the following exceptions:
- use spaces instead of tabs (1 tab = 2 spaces)
- don't indent internal braces
This can be automated using:
gnuindent -br -nut -ts2
Sign in to add a comment
