m4a/mp4 itunes files

Michael Pyne pynm0001 at comcast.net
Mon Nov 21 22:26:25 CET 2005


On Monday 21 November 2005 13:40, Jochen Issing wrote:
> Do you have sth like coding rules, etc or is it mentioned in the code
> somewhere?

Just copy the style already used in the code.  Judging from my brief lookover, 
it looks to be spaces (no tabs), with an indent width of 2.  Parentheses are 
flush with the function or keyword, and braces go on the line with the 
statement, like this:

if(foo(3)) {
  // Do something
}

Spaces between arithmetic/logical operators (i.e. if(a == 3) ).

Actually, except for the spacing, the style seems pretty similar to JuK's 
(which makes sense, same author and all), so you may want to look at JuK's 
HACKING file which goes into more detail.

http://websvn.kde.org/branches/KDE/3.5/kdemultimedia/juk/HACKING?rev=469934&view=auto

Regards,
 - Michael Pyne
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/taglib-devel/attachments/20051121/d67eb553/attachment.pgp


More information about the taglib-devel mailing list