mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-10 22:43:25 +08:00
Update CONTRIBUTING.md
Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
@ -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
|
$ 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
|
- Names start with a letter
|
||||||
- follow code indentation
|
- follow code indentation
|
||||||
- Always use 2 spaces for indentation of code blocks
|
- Always use 2 spaces for indentation of code blocks
|
||||||
|
Reference in New Issue
Block a user