Coding style

Information about coding style that is used in CVAT development.

We use theAirbnb JavaScript Style Guidefor JavaScript/TypeScript code with a little exception - we prefer 4 spacesfor indentation of nested blocks and statements.

For Python, we useBlack andisort to enforce the coding style and autoformat files.You can usedev/format_python_code.sh to apply these formatters.