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

Commit 6c768506 by Sascha Depold

bullets

1 parent e0fb94a3
Showing with 2 additions and 2 deletions
......@@ -158,7 +158,7 @@ project. Here are my rules of thumb:
- Spacing. Indentation = 2 spaces. Also I add a lot of spaces where possible. See below.
- Anonymous functions over names functions. Usually I declare a function and assign it to a variable: `var foo = function() {}`
#### Spaces ####
#### 6.1. Spaces ####
Use spaces when defining functions.
......@@ -178,7 +178,7 @@ if (condition) {
}
```
#### JSHint options ####
#### 6.2. JSHint options ####
```js
{
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!