Skip to content

Commit 26df1c9

Browse files
authored
Add newlines
1 parent 43e8355 commit 26df1c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,9 @@ const default_options = {
291291
// as its output.
292292
// e.g.: sort: entries => _.reverse( _.sortBy( entries, 'date' ) ),
293293
// Don't forget to do a `const _ = require('lodash');` to be able to use `_`!
294+
294295
sort: entries => entries,
296+
295297
// ---------------------------------------------------------------------------
296298

297299
// supported - use in config as needed

0 commit comments

Comments
 (0)