--- title: 'JavaScript/Typescript coding style' linkTitle: 'JavaScript/Typescript coding style' weight: 4 description: 'Information about JavaScript/Typescript coding style that is used in CVAT development.' --- We use the [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript) for JavaScript code with a little exception - we prefer 4 spaces for indentation of nested blocks and statements.