GeneralitiesΒΆ

Rule 44 : Preferred language
English is the preferred language for types, variables, functions naming, and code comments.
Rule 45 : Maximum size of a line
A source code line must not exceed 120 characters.
Rule 46 : Indentation
Use only spaces, and an indent level has four spaces.