- Comments begin with space, ex: // comment
- Indent with tabs, designed around width 4.
- End function names with a space. ex: function move ()
Follow LuaStyleGuide loosely otherwise. All conventions used in the code itself take precedence over the formal style. If you notice any inconsistency between the code and LuaStyleGuide, please update this file.