Skip to content
Snippets Groups Projects
Commit 95951a5d authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

[CONTRIBUTING.md] Remove note about semicolons

I don't much care anymore, might move to semicolon-free style in future
parent 9016ae38
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ By contributing code to CodeMirror you ...@@ -78,7 +78,7 @@ By contributing code to CodeMirror you
### Coding standards ### Coding standards
- 2 spaces per indentation level, no tabs. - 2 spaces per indentation level, no tabs.
- Include semicolons after statements.
- Note that the linter (`bin/lint`) which is run after each commit - Note that the linter (`bin/lint`) which is run after each commit
complains about unused variables and functions. Prefix their names complains about unused variables and functions. Prefix their names
with an underscore to muffle it. with an underscore to muffle it.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment