From 0da3da7198d48aab6401779dc733a63e9df282d2 Mon Sep 17 00:00:00 2001 From: haoxin Date: Mon, 16 Mar 2015 02:10:26 +0800 Subject: [PATCH] doc: add end_with_newline option --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b290764c4..64b62af79 100644 --- a/README.md +++ b/README.md @@ -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 } ```