Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 355 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (5 loc) · 355 Bytes

Coding conventions

This project tries to follow the linux kernel coding convention.

But some exceptions:

  • Cute names for variables, so you know what they are by reading them, are fine;
  • I currently allow lines up till 100 columns long. (But allowed line length may become shorter);