项目文件夹

文件
2026-07-13 13:32:23 +08:00

572 B

title, linkTitle, weight, description
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.