From 5cb8d94f7bc6c134717dc97ad64b8736f3d8caa7 Mon Sep 17 00:00:00 2001 From: bluedasher13 <40885356+bluedasher13@users.noreply.github.com> Date: Thu, 5 Mar 2020 23:15:21 +0800 Subject: [PATCH] fix a setting help fix file.insertFinalNewLine with files.insertFinalNewline --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 511c208..37abfa6 100755 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ preserve_newlines | html.format.preserveNewLines max_preserve_newlines | html.format.maxPreserveNewLines indent_handlebars | html.format.indentHandlebars end_with_newline | html.format.endWithNewline (html) -end_with_newline | file.insertFinalNewLine (css, js) +end_with_newline | files.insertFinalNewline (css, js) extra_liners | html.format.extraLiners space_after_anon_function | javascript.format
.insertSpaceAfterFunctionKeywordForAnonymousFunctions space_in_paren | javascript.format
.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis