Skip to content

Commit 95951a5

Browse files
committed
[CONTRIBUTING.md] Remove note about semicolons
I don't much care anymore, might move to semicolon-free style in future
1 parent 9016ae3 commit 95951a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ By contributing code to CodeMirror you
7878
### Coding standards
7979

8080
- 2 spaces per indentation level, no tabs.
81-
- Include semicolons after statements.
81+
8282
- Note that the linter (`bin/lint`) which is run after each commit
8383
complains about unused variables and functions. Prefix their names
8484
with an underscore to muffle it.

0 commit comments

Comments
 (0)