Skip to content

Commit 8243a4c

Browse files
committed
update make
1 parent be33769 commit 8243a4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make/code_format.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ lm:source_set 'code_format' {
1414
-- codeFormatLib
1515
"CodeFormatLib/src/*.cpp",
1616
-- LuaParser
17-
"LuaParser/src/**.cpp",
17+
"LuaParser/src/**/*.cpp",
1818
-- Util
1919
"Util/src/StringUtil.cpp",
2020
"Util/src/Utf8.cpp",
2121
"Util/src/SymSpell/*.cpp",
2222
--CodeService
23-
"CodeService/src/**.cpp",
23+
"CodeService/src/**/*.cpp",
2424
},
2525
windows = {
2626
flags = "/utf-8",

0 commit comments

Comments
 (0)