Perhaps we should standardize on:

* Max line lengths 120 chars
* Indentation 2 spaces (no tabs)
* one liners can have the opening tag and closing tag all on one line
* otherwise put opening and closing tags on a separate line

Possibly there are other things which we may want to add to the standard?

On Thu, Nov 20, 2008 at 9:52 AM, Diez B. Roggisch <[EMAIL PROTECTED]> wrote:
>
>> agreed with all the above, another thing that should be done is
>> spacing, current quckstart templates have 2 space indentation, I
>> suggest we more that to 4spaces.
>
> Please don't! 4 spaces are very likely to create the huge lines Florent
> mentioned, and as Ian said: this is not python-code.
>
>> As for the formatting I don't know about you but I like my <li><a> as
>> a one liner.
>
> I put the <li> on separate lines if the content is mulitline. Otherwise, the
> same line.
>
> Diez
>
> >
>



-- 
Mark Ramm-Christensen
email: mark at compoundthinking dot com
blog: www.compoundthinking.com/blog

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to