mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-28 09:07:19 +03:00
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
|
||||
}
|
||||
if (charset == "utf-8-bom") {
|
||||
print "set buffer BOM utf-8"
|
||||
print "set buffer BOM utf8"
|
||||
}
|
||||
if (trim_trailing_whitespace == "true") {
|
||||
print "set buffer editorconfig_trim_trailing_whitespace true"
|
||||
|
Loading…
Reference in New Issue
Block a user