You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 19, 2021. It is now read-only.
Make a demo template, which demonstrates, how the code of the templates should look like. It is supposed to give a practical overview above the following questions:
How long should a line be at maximum?
Where must be a line break and where should/could be one?
When do we indent?
How many white spaces are used for indentation?
How should a jinja command look like?
Go through the existing code and change violations of the style rules.
Copied from original issue: svijee/inyoka#17
The text was updated successfully, but these errors were encountered:
include semantic headings and correct existing ones (list to check http://pastebin.com/AperMnj1) atm they are used some kind of randomly. Only possible reason imho: they seem to be too big – but this could be done via less…
Moreover, I have no idea how detailed the Coding Style Guide should be. Include „detailed“ rules like the following, too? (I looked at some existing ones from Google etc. …)
HTML elements should be set in lowercase and no XHTML-notation.
<br> <!-- Okay -->
<br/> <!-- Not Okay -->
<br /> <!-- Not Okay -->
<BR> <!-- Not Okay -->
From @Lyra2108 on September 14, 2014 23:11
Copied from original issue: svijee/inyoka#17
The text was updated successfully, but these errors were encountered: