fix BOM option value

This commit is contained in:
Martin Chaine 2016-12-19 17:10:59 +01:00 committed by Martin Chaine
parent 88a8548017
commit 292d9c9f01

View File

@ -46,7 +46,7 @@ def editorconfig-load -docstring "Set indentation options and whitespace behavio
print "set buffer eolformat " end_of_line print "set buffer eolformat " end_of_line
} }
if (charset == "utf-8-bom") { if (charset == "utf-8-bom") {
print "set buffer BOM utf-8" print "set buffer BOM utf8"
} }
if (trim_trailing_whitespace == "true") { if (trim_trailing_whitespace == "true") {
print "set buffer editorconfig_trim_trailing_whitespace true" print "set buffer editorconfig_trim_trailing_whitespace true"