User:Ganaram inukshuk/Provisional style guide for Lua: Difference between revisions
| Line 29: | Line 29: | ||
=== Line lengths === | === Line lengths === | ||
The 80-column limit | The 80-column limit should be observed wherever possible for both comments and code, except for cases where strings, inline comments, or function calls are too long. | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||