diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/code_format.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/code_format.lua b/make/code_format.lua index 6f5f120b..e4fe09ed 100644 --- a/make/code_format.lua +++ b/make/code_format.lua @@ -7,7 +7,8 @@ lm:source_set 'code_format' { rootdir = '../3rd/EmmyLuaCodeStyle', includes = { "include", - "../bee.lua/3rd/lua" + "../bee.lua/3rd/lua", + "3rd/wildcards/include" }, sources = { -- codeFormatLib |