Default prettydiff comments to indent

Close #561
This commit is contained in:
Filipe Silva 2015-09-23 01:21:59 +01:00
parent 8bd0be76b3
commit d1aa61840a
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"