Merge pull request #562 from filipesilva/patch-1

Default prettydiff comments to indent
This commit is contained in:
Glavin Wiechert 2015-09-22 21:26:19 -03:00
commit bbbc88b189
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ module.exports = class PrettyDiff extends Beautifier
]
cssinsertlines: "newline_between_rules"
comments: ["indent_comments", (indent_comments) ->
if (indent_comments is true) then \
"indent" else "noindent"
if (indent_comments is false) then \
"noindent" else "indent"
]
force: "force_indentation"
quoteConvert: "convert_quotes"