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

@@ -1,4 +1,3 @@
require('cold_word_drop.string')
require("cold_word_drop.metatable")
-- local puts = require("tools/debugtool")
@@ -146,7 +145,7 @@ local function processor(key, env)
return 1 -- kAccept
end
return 2 -- kNoop, 不做任何操作, 交给下个组件处理
return 2 -- kNoop, 不做任何操作, 交给下个组件处理
end
return processor