User:Ganaram inukshuk/Provisional style guide for Lua: Difference between revisions

Ganaram inukshuk (talk | contribs)
Ganaram inukshuk (talk | contribs)
Line 41: Line 41:
=== Spacing ===
=== Spacing ===
Use a space after <code>--</code>, used for comments. The lack of a space after <code>--</code> should indicate commented-out code.
Use a space after <code>--</code>, used for comments. The lack of a space after <code>--</code> should indicate commented-out code.
=== Comments in code ===
Only block comments <code> --[[  ]]-- </code> should only be used for commented-out code.


== Mediawiki table formatting ==
== Mediawiki table formatting ==