Back to Cvat

Coding style

site/content/en/docs/contributing/coding-style.md

2.64.0424 B
Original Source

We use the Airbnb JavaScript Style Guide for JavaScript/TypeScript code with a little exception - we prefer 4 spaces for indentation of nested blocks and statements.

For Python, we use Black and isort to enforce the coding style and autoformat files. You can use dev/format_python_code.sh to apply these formatters.