Skip to content

Commit

Permalink
Add rewrap.doubleSentenceSpacing to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stkb committed Nov 24, 2016
1 parent 7871f75 commit 4df253a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@
"rewrap.wrappingColumn": {
"type": "number",
"default": 0,
"description": "Controls after how many characters comments are wrapped."
"description": "Controls after how many characters text is wrapped."
},
"rewrap.doubleSentenceSpacing": {
"type": "boolean",
"default": false,
"description": "When wrapping lines that end in a period, adds two spaces after that sentence in the wrapped text."
}
}
},
Expand Down

0 comments on commit 4df253a

Please sign in to comment.