不要怂,就是干,撸起袖子干!

Commit 2e023931 by Jan Aagaard Meier

[ci skip] Remove the brackets part from contributing.md

1 parent 10e81b96
Showing with 1 additions and 16 deletions
......@@ -175,20 +175,5 @@ var num = 1
, date = new Date();
```
#### 6.3. Brackets ####
Always use brackets, also for one-line blocks:
```js
// good
if (condition) {
doStuff();
}
//bad
if (condition)
doStuff();
```
#### 6.4. Semicolons ####
#### 6.3. Semicolons ####
Yes
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!