On Wed, Aug 14, 2013 at 08:51:40AM -0500, Peter A. Bigot wrote:
> 
> SRC_URI = "file://skeleton \
>             file://skeleton_test.c \
>             file://COPYRIGHT \
> "
> 
> which I'll call "none", and;
> 
> SRC_URI = "file://skeleton \
>             file://skeleton_test.c \
>             file://COPYRIGHT"
> 
> which I'll call "joined".
> 
> Again, for consistency's sake it would be nice to have a 
> recommendation.  I personally prefer "none", which matches the closing 
> bracket style for functions.
> 
> Next: I've also seen:
> 
> SRC_URI = " \
>      file://skeleton \
>      file://skeleton_test.c \
>      file://COPYRIGHT \
> "

I prefer this one (especially for longer variables or entries) or "none",
because with "none" it's easier to see where multiline variable ends.

Worst is IMHO "joined" because when appending one more line you have to
edit 2 lines to move '"' so the diff for review is longer and harder to
read than just one added line.

-- 
Martin 'JaMa' Jansa     jabber: martin.ja...@gmail.com

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to