You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
306 B
Markdown
9 lines
306 B
Markdown
---
|
|
title: 'JavaScript/Typescript coding style'
|
|
linkTitle: 'JavaScript/Typescript coding style'
|
|
weight: 4
|
|
---
|
|
|
|
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.
|