Hi, Raphael Quinet <quinet@xxxxxxxxxx> writes: > The C code is following more or less the GNU Coding Standards. There > is an online version available here: > http://www.gnu.org/prep/standards_toc.html > Look for the chapter "Formatting Your Source Code". The other > chapters are interesting too. The Gimp code follows this standard, > with some small modifications (e.g., the declaration of a function > lists its arguments on separate lines and they are aligned). the file HACKING in the gimp source tree describes the Gimp coding style (Hackordnung). As Raphael already outlined, it follows the GNU coding style very closely. Salut, Sven