Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 343 Bytes

generalities.rst

File metadata and controls

13 lines (8 loc) · 343 Bytes

Generalities

.. rule :: Preferred language

    English is the preferred language for types, variables, functions naming, and code comments.

.. rule :: Maximum size of a line

    A source code line must not exceed 120 characters.

.. rule :: Indentation

    Use only spaces, and an indent level has four spaces.