Update CONTRIBUTING.md

Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
vinayak
2020-05-03 20:08:51 +05:30
committed by GitHub
parent 5c1b4e79ae
commit 5267cbaa6a

View File

@ -56,7 +56,7 @@ To maximize the readability and correctness of our code, we require that new sub
$ standard MyFile.js // if that fails, try: npx standard MyFile.js
```
- Use camelCase for identifier names (variables and functions)
- Use camelCase for with leading character lowercase for identifier names (variables and functions)
- Names start with a letter
- follow code indentation
- Always use 2 spaces for indentation of code blocks