Skip to content

Commit

Permalink
Merge pull request #650 from coderhaoxin/doc
Browse files Browse the repository at this point in the history
doc: add end_with_newline option
  • Loading branch information
bitwiseman committed Mar 15, 2015
2 parents cef1712 + 0da3da7 commit 3b43bef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ These largely correspond to the underscored option keys for both library interfa
"unescape_strings": false,
"wrap_line_length": 0,
"wrap_attributes": "auto",
"wrap_attributes_indent_size": 4
"wrap_attributes_indent_size": 4,
"end_with_newline": false
}
```

Expand Down

0 comments on commit 3b43bef

Please sign in to comment.