style: Lua 统一缩进 4 空格

This commit is contained in:
Dvel
2024-02-08 18:39:49 +08:00
parent 1ffdce6a84
commit efcb4e2bdd
17 changed files with 1054 additions and 1012 deletions

View File

@@ -59,7 +59,7 @@ function f.init(env)
f.sort = config:get_bool(ns .. "/show_other_cands")
-- 反引号作为查找的引导符号,需要加入 speller 的字母表当中
-- 反引号作为查找的引导符号,需要加入 speller 的字母表当中
f.search_key = config:get_string("key_binder/search") or config:get_string(ns .. "/key") or '`'
-- 处理一下输入码,如果还有没有上屏的词,保留辅助码,否则,清除上屏码
@@ -95,7 +95,6 @@ function f.init(env)
-- f.update_dict_entry(edit, no_search_string)
end
end)
end
-- function f.update_dict_entry(s, code)
@@ -233,7 +232,6 @@ function f.func(input, env)
yield(cand)
end
end
end
function f.fini(env)