Coding Style

Information about coding style that is used in GeniFlow development.

We follow the Airbnb JavaScript Style Guide for TypeScript code, with one exception: we use 4 spaces for indentation of nested blocks and statements.

For Python, we use Black and isort to enforce coding standards and automatically format files. You can run dev/format_python_code.sh to apply these formatters.