By contributing to this repository/project you are licensing your contributions under MIT license.
-
Limit characters to 79 characters per line
-
Add one empty line at the end of a file (POSIX 3.206 Line)
-
Python files must follow the rules defined in
pyproject.toml -
Python files must have the following header
.. code-block:: python :linenos:
#!/usr/bin/env python3
-
lua files must have the following header
.. code-block:: lua :linenos:
#!/usr/bin/env lua
-- SPDX-License-Identifier: MIT
-
C/C++ files must have the following header
.. code-block:: C :linenos:
/* SPDX-License-Identifier: MIT */