572 B
572 B
| title | linkTitle | weight | description |
|---|---|---|---|
| Coding style | Coding style | 4 | Information about coding style that is used in CVAT development. |
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.