Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 416 Bytes

STYLE.md

File metadata and controls

10 lines (8 loc) · 416 Bytes

Style Guide

  • 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.