fix BOM option value
This commit is contained in:
parent
88a8548017
commit
292d9c9f01
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user