Skip to content

Commit 2b5257d

Browse files
authored
Merge pull request #2162 from CppCXY/master
update format 1.2.0
2 parents fa287e7 + c4a3314 commit 2b5257d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

3rd/EmmyLuaCodeStyle

Submodule EmmyLuaCodeStyle updated 136 files

make/code_format.lua

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ lm.cxx = 'c++17'
66
lm:source_set 'code_format' {
77
rootdir = '../3rd/EmmyLuaCodeStyle',
88
includes = {
9-
"include",
9+
"Util/include",
10+
"CodeFormatCore/include",
11+
"LuaParser/include",
1012
"../bee.lua/3rd/lua",
1113
"3rd/wildcards/include"
1214
},
@@ -21,7 +23,7 @@ lm:source_set 'code_format' {
2123
"Util/src/SymSpell/*.cpp",
2224
"Util/src/InfoTree/*.cpp",
2325
--CodeService
24-
"CodeService/src/**/*.cpp",
26+
"CodeFormatCore/src/**/*.cpp",
2527
},
2628
windows = {
2729
flags = "/utf-8",

0 commit comments

Comments
 (0)