Skip to content

Commit 1f7b6ca

Browse files
author
Guillaume Chau
committed
Indent with spaces
1 parent 842caf2 commit 1f7b6ca

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/open-in-editor.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ var openInEditor = require('express-open-in-editor')
1212

1313
```js
1414
devServer: {
15-
before (app) {
16-
app.use('/_open', openInEditor({
17-
editor: 'code'
18-
}))
19-
}
15+
before (app) {
16+
app.use('/_open', openInEditor({
17+
editor: 'code'
18+
}))
19+
}
2020
}
2121
```
2222

0 commit comments

Comments
 (0)